philip Tue Jul 22 16:28:16 2003 EDT
Modified files:
/phpdoc/en/reference/image/functions getimagesize.xml
exif-imagetype.xml
Log:
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.
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.16
phpdoc/en/reference/image/functions/getimagesize.xml:1.17
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.16 Tue Jul 22 15:06:01
2003
+++ phpdoc/en/reference/image/functions/getimagesize.xml Tue Jul 22 16:28:16
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.getimagesize">
<refnamediv>
@@ -20,6 +20,7 @@
<acronym>SWC</acronym>, <acronym>PSD</acronym>,
<acronym>TIFF</acronym>, <acronym>BMP</acronym>,
<acronym>IFF</acronym>, <acronym>JP2</acronym>,
+ <acronym>JPX</acronym>, <acronym>JB2</acronym>,
<acronym>JPC</acronym>, <acronym>XBM</acronym>, or
<acronym>WBMP</acronym> 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 @@
</para>
<note>
<para>
- Support for <acronym>JPC</acronym>, <acronym>JPC</acronym>,
+ Support for <acronym>JPC</acronym>, <acronym>JP2</acronym>,
+ <acronym>JPX</acronym>, <acronym>JB2</acronym>,
<acronym>XBM</acronym>, and <acronym>WBMP</acronym> became available in
- PHP 4.3.2.
+ PHP 4.3.2. Support for <acronym>SWC</acronym> as of PHP 4.3.0.
</para>
</note>
<para>
Index: phpdoc/en/reference/image/functions/exif-imagetype.xml
diff -u phpdoc/en/reference/image/functions/exif-imagetype.xml:1.12
phpdoc/en/reference/image/functions/exif-imagetype.xml:1.13
--- phpdoc/en/reference/image/functions/exif-imagetype.xml:1.12 Tue Jul 22 15:06:01
2003
+++ phpdoc/en/reference/image/functions/exif-imagetype.xml Tue Jul 22 16:28:16
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.81 -->
<refentry id="function.exif-imagetype">
<refnamediv>
@@ -101,6 +101,14 @@
</tgroup>
</table>
</para>
+ <note>
+ <para>
+ Support for <acronym>JPC</acronym>, <acronym>JP2</acronym>,
+ <acronym>JPX</acronym>, <acronym>JB2</acronym>,
+ <acronym>XBM</acronym>, and <acronym>WBMP</acronym> became available in
+ PHP 4.3.2. Support for <acronym>SWC</acronym> as of PHP 4.3.0.
+ </para>
+ </note>
<para>
This function can be used to avoid calls to other exif functions with
unsupported file types or in conjunction with
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php