cortesi         Tue Jun 25 16:58:31 2002 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        getimagesize.xml 
  Log:
  minor typos
  
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.2 
phpdoc/en/reference/image/functions/getimagesize.xml:1.3
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.2    Wed Apr 17 02:39:09 
2002
+++ phpdoc/en/reference/image/functions/getimagesize.xml        Tue Jun 25 16:58:31 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
  <refentry id="function.getimagesize">
   <refnamediv>
@@ -17,7 +17,7 @@
     The <function>getimagesize</function> function will determine the
     size of any <acronym>GIF</acronym>, <acronym>JPG</acronym>,
     <acronym>PNG</acronym>, <acronym>SWF</acronym>,
-    <acronym>PSD</acronym>, <acronym>TIFF</acronym>
+    <acronym>PSD</acronym>, <acronym>TIFF</acronym>,
     or <acronym>BMP</acronym> image file and
     return the dimensions along with the file type and a height/width
     text string to be used inside a normal <acronym>HTML</acronym>
@@ -55,7 +55,7 @@
     </example>
    </para>
    <para>
-    With <acronym>JPG</acronym> images, two extras index are returned :
+    With <acronym>JPG</acronym> images, two extras index are returned:
     <literal>channel</literal> and <literal>bits</literal>.
     <literal>channel</literal> will be 3 for RGB pictures, and 4 for CMYK
     pictures. <literal>bits</literal> is the number of bits for each color.
@@ -71,7 +71,7 @@
     file. Currently this will return the different
     <acronym>JPG</acronym> APP markers in an associative Array. Some
     Programs use these APP markers to embedd text information in
-    images. A very common one in to embed <acronym>IPTC</acronym>
+    images. A very common one is to embed <acronym>IPTC</acronym>
     <ulink url="&url.iptc;">&url.iptc;</ulink> information in the
     APP13 marker. You can use the <function>iptcparse</function>
     function to parse the binary APP13 marker into something



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

Reply via email to