|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2007-11-11 11:26 UTC] wesley dot gunn at email dot it
Description:
------------
I don't know it is a real bug.. but i can't find nothing about this
when i try to get 32-bit png i get this array (read down)
maybe it's wrong, maybe not, i hope in your lightning reply
in case of not i'm sorry for your lost time
thanks in advance
Reproduce code:
---------------
$test = getimagesize("image.png");
print_r($test);
Actual result:
--------------
Array
(
[0] => 1280
[1] => 768
[2] => 3
[3] => width="1280" height="768"
[bits] => 8
[mime] => image/png
)
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 08:00:02 2025 UTC |
i mean [bits] => 8 [bits] => 16 [bits] => 24 [bits] => 32