ID: 46751 Updated by: [EMAIL PROTECTED] Reported By: j-pieper at gmx dot net -Status: Open +Status: Bogus Bug Type: GD related Operating System: Windows Vista SP1 PHP Version: 5.2.6 New Comment:
You are passing a wrong value to the quality parameter (see the documentation). Ofcourse a notice could be added to make the error message more verbose. Previous Comments: ------------------------------------------------------------------------ [2008-12-04 19:34:24] j-pieper at gmx dot net Please ignore my white background (expected result). I removed setting background before posting because it is irrelevant for this issue. ------------------------------------------------------------------------ [2008-12-04 19:18:07] j-pieper at gmx dot net Description: ------------ I wanted to create png image with imagepng(). It works fine but when I add third parameter (int $quality) it causes an zlib error. Reproduce code: --------------- <?php $image = imagecreatetruecolor(50, 50); imagepng($image, null, 100); Expected result: ---------------- 50x50px image with white background Actual result: -------------- Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in C:\var\www\laboratory\star\example.php on line 4 Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in C:\var\www\laboratory\star\example.php on line 4 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46751&edit=1