betz            Tue May 27 17:35:26 2003 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        exif-imagetype.xml 
  Log:
  present the image constants as table for readability
  
  
Index: phpdoc/en/reference/image/functions/exif-imagetype.xml
diff -u phpdoc/en/reference/image/functions/exif-imagetype.xml:1.9 
phpdoc/en/reference/image/functions/exif-imagetype.xml:1.10
--- phpdoc/en/reference/image/functions/exif-imagetype.xml:1.9  Sat Apr 26 02:03:44 
2003
+++ phpdoc/en/reference/image/functions/exif-imagetype.xml      Tue May 27 17:35:26 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.81 -->
  <refentry id="function.exif-imagetype">
   <refnamediv>
@@ -21,18 +21,69 @@
    </para>
    <para>
     The following constants are defined:
-    1 = <constant>IMAGETYPE_GIF</constant>, 
-    2 = <constant>IMAGETYPE_JPEG</constant>, 
-    3 = <constant>IMAGETYPE_PNG</constant>, 
-    4 = <constant>IMAGETYPE_SWF</constant>,
-    5 = <constant>IMAGETYPE_PSD</constant>, 
-    6 = <constant>IMAGETYPE_BMP</constant>, 
-    7 = <constant>IMAGETYPE_TIFF_II</constant> (intel byte order),
-    8 = <constant>IMAGETYPE_TIFF_MM</constant> (motorola byte order), 
-    9 = <constant>IMAGETYPE_JPC</constant>, 
-    10 = <constant>IMAGETYPE_JP2</constant>,
-    11 = <constant>IMAGETYPE_JPX</constant>, and
-    12 = <constant>IMAGETYPE_SWC</constant>.
+    <table>
+    <title>Imagetyp Constants</title>
+     <tgroup cols="2">
+      <thead>
+       <row>
+        <entry>Value</entry>
+        <entry>Constant</entry>
+       </row>
+      </thead>
+      <tbody>
+       <row>
+        <entry>1</entry>
+        <entry><constant>IMAGETYPE_GIF</constant></entry>
+       </row>
+       <row>
+        <entry>2</entry>
+        <entry><constant>IMAGETYPE_JPEG</constant></entry>
+       </row>
+       <row>
+        <entry>3</entry>
+        <entry><constant>IMAGETYPE_PNG</constant></entry>
+       </row>
+       <row>
+        <entry>4</entry>
+        <entry><constant>IMAGETYPE_SWF</constant></entry>
+       </row>        
+       <row>
+        <entry>5</entry>
+        <entry><constant>IMAGETYPE_PSD</constant></entry>
+       </row>        
+       <row>
+        <entry>6</entry>
+        <entry><constant>IMAGETYPE_BMP</constant></entry>
+       </row>        
+       <row>
+        <entry>7</entry>
+        <entry><constant>IMAGETYPE_TIFF_II</constant> (intel byte order)</entry>
+       </row>        
+       <row>
+        <entry>8</entry>
+        <entry>
+         <constant>IMAGETYPE_TIFF_MM</constant> (motorola byte order)
+        </entry>
+       </row>      
+       <row>
+        <entry>9</entry>
+        <entry><constant>MAGETYPE_JPC</constant></entry>
+       </row>      
+       <row>
+        <entry>10</entry>
+        <entry><constant>IMAGETYPE_JP2</constant></entry>
+       </row>      
+       <row>
+        <entry>11</entry>
+        <entry><constant>IMAGETYPE_JPX</constant></entry>
+       </row>      
+       <row>
+        <entry>12</entry>
+        <entry><constant>IMAGETYPE_SWC</constant></entry>
+       </row>      
+      </tbody>
+     </tgroup>     
+    </table>       
    </para>
    <para>
     This function can be used to avoid calls to other exif functions with



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to