From c74303b7fe0a6933f67e1d15c2ba0685a04a3e9b Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 12 Apr 2004 22:43:56 +0000 Subject: [PATCH] new funcs: imagefilter, imagexbm mark funs available only with bundled GD update imagetypes for xbm git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155803 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imageantialias.xml | 6 +-- reference/image/functions/imagecolormatch.xml | 3 +- .../image/functions/imagecreatefromxpm.xml | 3 +- reference/image/functions/imagefilter.xml | 43 +++++++++++++++++++ .../image/functions/imagelayereffect.xml | 3 +- reference/image/functions/imagerotate.xml | 4 +- reference/image/functions/imagetypes.xml | 4 +- reference/image/functions/imagexbm.xml | 43 +++++++++++++++++++ 8 files changed, 99 insertions(+), 10 deletions(-) create mode 100644 reference/image/functions/imagefilter.xml create mode 100644 reference/image/functions/imagexbm.xml diff --git a/reference/image/functions/imageantialias.xml b/reference/image/functions/imageantialias.xml index 28213436d8..bd386813f8 100644 --- a/reference/image/functions/imageantialias.xml +++ b/reference/image/functions/imageantialias.xml @@ -1,5 +1,5 @@ - + imageantialias @@ -15,8 +15,8 @@ boolon - &warn.undocumented.func; - + &warn.undocumented.func; + ¬e.bundeld.gd; See also imagecreatetruecolor. diff --git a/reference/image/functions/imagecolormatch.xml b/reference/image/functions/imagecolormatch.xml index b9699436bd..30f3322381 100644 --- a/reference/image/functions/imagecolormatch.xml +++ b/reference/image/functions/imagecolormatch.xml @@ -1,5 +1,5 @@ - + imagecolormatch @@ -27,6 +27,7 @@ &return.success; + ¬e.bundeld.gd; See also imagecreatetruecolor. diff --git a/reference/image/functions/imagecreatefromxpm.xml b/reference/image/functions/imagecreatefromxpm.xml index 3c62da9440..36f9cd649e 100644 --- a/reference/image/functions/imagecreatefromxpm.xml +++ b/reference/image/functions/imagecreatefromxpm.xml @@ -1,5 +1,5 @@ - + @@ -16,6 +16,7 @@ imagecreatefromxpm returns an image identifier representing the image obtained from the given filename. + ¬e.bundeld.gd; &tip.fopen-wrapper; &warn.no-win32-fopen-wrapper; diff --git a/reference/image/functions/imagefilter.xml b/reference/image/functions/imagefilter.xml new file mode 100644 index 0000000000..1eda314367 --- /dev/null +++ b/reference/image/functions/imagefilter.xml @@ -0,0 +1,43 @@ + + + + + imagefilter + + Applies Filter an image using a custom angle + + + + Description + + boolimagefilter + resourcesrc_im + intfiltertype + intargs + + + &warn.undocumented.func; + ¬e.bundeld.gd; + + + + diff --git a/reference/image/functions/imagelayereffect.xml b/reference/image/functions/imagelayereffect.xml index 91af3072be..087d626d4d 100755 --- a/reference/image/functions/imagelayereffect.xml +++ b/reference/image/functions/imagelayereffect.xml @@ -1,5 +1,5 @@ - + imagelayereffect @@ -15,6 +15,7 @@ inteffect &warn.undocumented.func; + ¬e.bundeld.gd; diff --git a/reference/image/functions/imagerotate.xml b/reference/image/functions/imagerotate.xml index 8d736db4ed..9faa3f5351 100644 --- a/reference/image/functions/imagerotate.xml +++ b/reference/image/functions/imagerotate.xml @@ -1,5 +1,5 @@ - + imagerotate @@ -18,6 +18,7 @@ angle in degree. bgd_color specifies the color of the uncovered zone after the rotation. + ¬e.bundeld.gd; @@ -41,4 +42,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> - diff --git a/reference/image/functions/imagetypes.xml b/reference/image/functions/imagetypes.xml index 95febdf0e7..647158a428 100644 --- a/reference/image/functions/imagetypes.xml +++ b/reference/image/functions/imagetypes.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This function returns a bit-field corresponding to the image formats supported by the version of GD linked into PHP. The following bits are returned, IMG_GIF | IMG_JPG - | IMG_PNG | IMG_WBMP. + | IMG_PNG | IMG_WBMP | IMG_XPM. To check for PNG support, for example, do this: <function>imagetypes</function> example diff --git a/reference/image/functions/imagexbm.xml b/reference/image/functions/imagexbm.xml new file mode 100644 index 0000000000..9b111f86d5 --- /dev/null +++ b/reference/image/functions/imagexbm.xml @@ -0,0 +1,43 @@ + + + + + imagexbm + + Output XBM image to browser or file + + + + Description + + intimagexbm + resourceimage + stringfilename + intforeground + + + &warn.undocumented.func; + ¬e.bundeld.gd; + + + +