diff --git a/reference/image/functions/getimagesize.xml b/reference/image/functions/getimagesize.xml index 9d51489e0a..a03cf5e206 100644 --- a/reference/image/functions/getimagesize.xml +++ b/reference/image/functions/getimagesize.xml @@ -1,5 +1,5 @@ - + @@ -63,23 +63,24 @@ echo ""; pictures. bits is the number of bits for each color. - Beginning with PHP 4.3, bits and channels - are present for other image types, too. However, the presence of these values - can be a bit confusing. As an example, GIF - always uses 3 channels per pixel, but the number of bits per pixel - cannot be calculated for an animated GIF with a global - color table. + Beginning with PHP 4.3, bits and + channels are present for other image types, too. + However, the presence of these values can be a bit confusing. As an + example, GIF always uses 3 channels per pixel, but the + number of bits per pixel cannot be calculated for an animated + GIF with a global color table. - Some formats may contain no image or may contain multiple images. In these cases, - getimagesize() might not be able to properly determine the image size. getimagesize() will - return zero for width and height in these cases. + Some formats may contain no image or may contain multiple images. In these + cases, getimagesize might not be able to properly + determine the image size. getimagesize will return + zero for width and height in these cases. - Beginning with PHP 4.3, getimagesize() also returns an additional parameter, - MIME, that corresponds with the MIME type of the image. - This information can be used to deliver images with correct HTTP - Content-type headers: + Beginning with PHP 4.3, getimagesize also returns an + additional parameter, MIME, that corresponds with the + MIME type of the image. This information can be used to deliver images + with correct HTTP Content-type headers: getimagesize() and MIME types