ID: 20816 Updated by: [EMAIL PROTECTED] -Summary: imagecopyresampled turn white into yellow -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: GD related -Operating System: WinXP +Operating System: Slackware Linux -PHP Version: 4CVS-2002-12-04 (dev) +PHP Version: 4.2.2 New Comment:
Could you please show the complete script and if possible the source image you are using. So far, I was able to replicate the problem if I created the destination image using imagecreatetruecolor(). However, if I use imagecreate() it works correctly. Previous Comments: ------------------------------------------------------------------------ [2002-12-04 13:24:58] [EMAIL PROTECTED] The function imagecopyresampled() takes a white area (255,255,255) and turns it yellow (255,255,2). This does not happen with imagecopyresize(). I think the problem is in the GD library, because the problem disappears when I use the php_gd2.dll from PHP4.2.3 instead of the one that came bundled with 4.4.0-dev. What phpinfo() says: "4.4.0-dev" (both broken and working cases) "GD 2.0 (bundled)" BROKEN case "GD 2.0 or higher" WORKING case ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20816&edit=1
