ID: 11813 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: GD related Operating System: Win NT 4.0 PHP Version: 4.0.6 New Comment:
has this been resolved with 4.1.1 ? --james Previous Comments: ------------------------------------------------------------------------ [2001-10-16 10:22:36] [EMAIL PROTECTED] Let's keep this open (critical) until it really is solved. And I think there should be two modules in the win32 release, for both 1.8.x and 2.0.x versions of GD. --Jani ------------------------------------------------------------------------ [2001-10-16 01:42:37] [EMAIL PROTECTED] Closing. Next Windows binaries will have to use GD 1.8.x. ------------------------------------------------------------------------ [2001-10-02 18:22:46] [EMAIL PROTECTED] This is because the binaries use GD 2.0.1..which is still in beta state. We have to have extension which uses GD 1.8.x in next release. --Jani ------------------------------------------------------------------------ [2001-07-21 20:47:36] [EMAIL PROTECTED] Try setting the error_reporting level so that the script shows EVERYTHING. This may or may not help. ------------------------------------------------------------------------ [2001-06-30 19:20:05] [EMAIL PROTECTED] A script that worked in PHP 4.0.4 no longer works in PHP 4.0.6 (with the php_gd.dll bundled with the Win32 binaries). Here's a snippet: $srcImgName = "SWD2.jpg"; $dstImgName = "gam_" . $srcImgName; $srcImage = ImageCreateFromJPEG( $srcImgName ); ImageGammaCorrect( $srcImage, 1.8, 2.2 ); ImageJPEG( $srcImage, $dstImgName ); No errors are produced, and the new image is created but it is identical to the original -- no gamma correction has occurred. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=11813&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php