From effa1957caa8c5b3604bd08c7d57d5977b7bf531 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 26 Apr 2001 06:57:29 +0000 Subject: [PATCH] added details for JPEG when using getimagesize git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45923 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/image.xml b/functions/image.xml index 15ad237545..f7207e38ef 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -79,10 +79,16 @@ + + With JPEG 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. + The optional imageinfo parameter allows you to extract some extended information from the image - file. Currently this will return the diffrent + 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