ID:               30483
 User updated by:  bjoneson at mchsi dot com
 Reported By:      bjoneson at mchsi dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         GD related
 Operating System: Fedora Core 2
 PHP Version:      5.0.2
 New Comment:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--with-curl --with-gd --with-zlib-dir=/usr/include
--with-jpeg-dir=/usr/lib


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

[2004-10-19 18:37:17] [EMAIL PROTECTED]

What is your configure line?

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

[2004-10-19 18:11:53] bjoneson at mchsi dot com

Description:
------------
When I utilize imagecreatetruecolor to create an image larger than
181x181 pixels, the imagefill() has no effect (I'm left with an all
black image). Anything smaller than 182x182 and it works just fine.



Reproduce code:
---------------
$img_big = imagecreatetruecolor(182, 182);
$brown=imagecolorallocate($img_big, 0xFF, 0xEF, 0xD8);
imagefill($img_big, 0, 0, $brown);
imagepng($img_big,
"/usr/local/apache2/htdocs/cart/images/999999-1-big.png");

Expected result:
----------------
I would expect to see a 182x182 png filled with a tanish color
(#FFEFD8) located in the file 999999-1-big.png


Actual result:
--------------
I get a 182x182 png filled with black.


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


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

Reply via email to