diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-13 20:02:58 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-13 20:02:58 +0000 |
| commit | 901980b3ab28b27a8fd52c5fdf1b11c43c5c88bb (patch) | |
| tree | 1dba81d7205b541fc0d64c2b61893c55ec0e3cc2 /ext/gd/php_gd.h | |
| parent | fb179417ef13facd16b22e9a05e2199dfa364210 (diff) | |
| download | php-git-901980b3ab28b27a8fd52c5fdf1b11c43c5c88bb.tar.gz | |
Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). This
function allows negate, grayscale, brightness, contrast, colorize, selective blur,
Gaussian blur, edge detect, smooth, sharpen and emboss filters to be applied
on an image.
Diffstat (limited to 'ext/gd/php_gd.h')
| -rw-r--r-- | ext/gd/php_gd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 149f9092ba..b42a34da9a 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -164,6 +164,7 @@ PHP_FUNCTION(image2wbmp); #if HAVE_GD_BUNDLED PHP_FUNCTION(imagelayereffect); PHP_FUNCTION(imagecolormatch); +PHP_FUNCTION(imagefilter); #endif PHP_GD_API int phpi_get_le_gd(void); |
