diff --git a/reference/image/functions/getimagesize.xml b/reference/image/functions/getimagesize.xml index 4376b91f3b..6ac4719eb5 100644 --- a/reference/image/functions/getimagesize.xml +++ b/reference/image/functions/getimagesize.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ The getimagesize function will determine the size of any GIF, JPG, PNG, SWF, - PSD, TIFF + PSD, TIFF, or BMP image file and return the dimensions along with the file type and a height/width text string to be used inside a normal HTML @@ -55,7 +55,7 @@ echo ""; - With JPG images, two extras index are returned : + With JPG images, two extras index are returned: channel and bits. channel will be 3 for RGB pictures, and 4 for CMYK pictures. bits is the number of bits for each color. @@ -71,7 +71,7 @@ echo ""; file. Currently this will return the different JPG 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 IPTC + images. A very common one is to embed IPTC &url.iptc; information in the APP13 marker. You can use the iptcparse function to parse the binary APP13 marker into something