ID:               42522
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jeffiel at 9star dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         GD related
 Operating System: FC 2
 PHP Version:      5.2.4
-Assigned To:      
+Assigned To:      pajoye
 New Comment:

I can't reproduce this problem. Do you use the bundled version or an
external library? If you use an external library, which version? (you
can see it in your phpinfo or using gdlib-config --version).

To configure php to use the bundled gd version, use "./configure
--with-gd ..." (without argument).


Previous Comments:
------------------------------------------------------------------------

[2007-09-02 21:48:47] jeffiel at 9star dot com

Description:
------------
Just upgraded to 5.2.4, and GD image functions, particularly imagefill,

is not reliable.  Sometimes it works, sometimes it fails silently.  
Using [GD Version] => bundled (2.0.34 compatible).  Seems similar to
bug 
#36683, which was marked as bogus for unspecified reasons.

Reproduce code:
---------------
$im = imagecreatetruecolor(625, 26);
imagefill($im, 0, 0, imagecolorallocate($im, 255, 0, 0));
header("Content-type: image/png");
imagepng($im);



Expected result:
----------------
A red png, 625 x 26

Actual result:
--------------
A black png, 625 x 26


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42522&edit=1

Reply via email to