From f1075a64fcee95c1a3e560cd29b9662c00829f28 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 22 Jul 2003 20:28:16 +0000 Subject: [PATCH] Finish docs for jpeg2000 and wbmp/xbm support as of PHP 4.3.2, and mention SWC became available in PHP 4.3.0. (fix a copy-n-paste error too). This closes bug #21883. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135653 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/exif-imagetype.xml | 10 +++++++++- reference/image/functions/getimagesize.xml | 8 +++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/reference/image/functions/exif-imagetype.xml b/reference/image/functions/exif-imagetype.xml index 57ce55789f..c6ab7b6cdd 100644 --- a/reference/image/functions/exif-imagetype.xml +++ b/reference/image/functions/exif-imagetype.xml @@ -1,5 +1,5 @@ - + @@ -101,6 +101,14 @@ + + + Support for JPC, JP2, + JPX, JB2, + XBM, and WBMP became available in + PHP 4.3.2. Support for SWC as of PHP 4.3.0. + + This function can be used to avoid calls to other exif functions with unsupported file types or in conjunction with diff --git a/reference/image/functions/getimagesize.xml b/reference/image/functions/getimagesize.xml index f62d8a290a..e7ace187d2 100644 --- a/reference/image/functions/getimagesize.xml +++ b/reference/image/functions/getimagesize.xml @@ -1,5 +1,5 @@ - + @@ -20,6 +20,7 @@ SWC, PSD, TIFF, BMP, IFF, JP2, + JPX, JB2, JPC, XBM, or WBMP image file and return the dimensions along with the file type and a height/width text string to be used inside a normal @@ -27,9 +28,10 @@ - Support for JPC, JPC, + Support for JPC, JP2, + JPX, JB2, XBM, and WBMP became available in - PHP 4.3.2. + PHP 4.3.2. Support for SWC as of PHP 4.3.0.