From 6febd903b668f4eac29e2caa2dcb18901d6147ea Mon Sep 17 00:00:00 2001 From: Chris Reuter Date: Wed, 20 Nov 2013 18:42:10 -0500 Subject: 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()). --- docs/naturaldocs/project/Menu.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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) -- cgit v1.2.1