summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Reuter <chris@blit.ca>2013-11-20 18:42:10 -0500
committerChris Reuter <chris@blit.ca>2013-12-10 19:17:28 -0500
commit6febd903b668f4eac29e2caa2dcb18901d6147ea (patch)
treec766602ba4d5ee35c19fcdf64e4d1bf027449156 /docs
parentd5256805271e014c0fc479e3daa4cdc611995905 (diff)
downloadlibgd-6febd903b668f4eac29e2caa2dcb18901d6147ea.tar.gz
Added a new Gaussian blur function.
gdImageCopyGaussianBlurred() returns a blurred copy of its argument. Blurring is done in two passes to take advantage of the Gaussian function's separability for. This makes the algorithm much faster than single-pass implementations, especially for larger radii. This change also adds documentation for the new function and the existing blur (gdImageGaussianBlur()).
Diffstat (limited to 'docs')
-rw-r--r--docs/naturaldocs/project/Menu.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/naturaldocs/project/Menu.txt b/docs/naturaldocs/project/Menu.txt
index afefef0..ce0c702 100644
--- a/docs/naturaldocs/project/Menu.txt
+++ b/docs/naturaldocs/project/Menu.txt
@@ -48,6 +48,7 @@ Format: 1.51
File: About LibGD 2.1.1-dev (preamble.txt)
File: gd.h (gd.h)
+File: gd_filter.c (gd_filter.c)
File: gd_interpolation.c (gd_interpolation.c)
File: gdImageCreate (gd.c)
File: License (license.txt)