From 9ec41fd837de5ef5405b8a90f9342135a0de3577 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Tue, 25 Jun 2002 20:58:31 +0000 Subject: [PATCH] minor typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86726 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/getimagesize.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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