ID:               24423
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mailing at auktionmaster dot de
-Status:           Open
+Status:           Closed
 Bug Type:         GD related
 Operating System: RedHat 7.3
 PHP Version:      4.3.3RC1
-Assigned To:      
+Assigned To:      pajoye
 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

Hello,

imagecolortransparent works perfectly with RC2 and the latest 4.3
branch using the bundled GD. Upgrade PHP and use the bundled GD in
preference to the external one, using '--with-gd'.

thank's for your report,

pierrre


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

[2003-06-30 15:12:56] mailing at auktionmaster dot de

Description:
------------
Function "imagecolortransparent" is not working on png images in
Version 4.3.3 RC1. The posted code was working fine in PHP 4.2.3

Reproduce code:
---------------
...
       $pic = imagecreate( $this->width, $this->height );
       $trans = imagecolorallocate( $pic, 255, 255, 255 );
       $trans = imagecolortransparent( $pic, $trans );
...



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


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

Reply via email to