#21624 [Fbk-Opn]: no transparent Colors in PNG's with Opera 6/7

2003-01-13 Thread rasmus
 ID:   21624
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   Open
 Bug Type: GD related
 Operating System: RedHat
 PHP Version:  4.3.0
 New Comment:

No, not really.  It's a rather low-priority problem.


Previous Comments:


[2003-01-13 17:18:00] [EMAIL PROTECTED]

Could you please provide a short example of thew script that can be
used to duplicate the problem.



[2003-01-13 17:05:20] [EMAIL PROTECTED]

Is there the prospect of a soon bugfix for this problem?
Because downgrading to an older version would be a very bad solution...



[2003-01-13 16:40:41] [EMAIL PROTECTED]

No, because the very same script works fine with previous versions of
PHP.  Just because a browser is able to decypher the broken images we
generate doesn't mean we are doing it right.



[2003-01-13 16:39:10] [EMAIL PROTECTED]

PHP generates the very same image for every browser. If it works in 2
browsers and does not work in one, is it not reasonable to assume that
the browser where the image does not work is the one at fault?



[2003-01-13 16:38:53] [EMAIL PROTECTED]

It is a PHP issue.  A patch was posted to php-dev a while ago, but
nobody has had a chance to look at it yet.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/21624

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




#21624 [Fbk-Opn]: no transparent Colors in PNG's with Opera 6/7

2003-01-13 Thread Jones
 ID:   21624
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   Open
 Bug Type: GD related
 Operating System: RedHat
 PHP Version:  4.3.0
 New Comment:

iliaa:

?
header('Content-type: image/png');
$Image = imagecreate(300,150);
$Body = imagecolorallocate($Image,222,222,222);
$Char = imagecolorallocate($Image,10,36,106);
imagecolortransparent($Image,$Char);
imagechar($Image,5,100,50,P,$Char);
imagepng($Image);
?

rasmus: yeah but I think this problem perhaps only DOESN'T appear with
IE  Mozilla but with most other browsers...


Previous Comments:


[2003-01-13 17:21:36] [EMAIL PROTECTED]

Still waiting for feedback.



[2003-01-13 17:18:02] [EMAIL PROTECTED]

No, not really.  It's a rather low-priority problem.



[2003-01-13 17:18:00] [EMAIL PROTECTED]

Could you please provide a short example of thew script that can be
used to duplicate the problem.



[2003-01-13 17:05:20] [EMAIL PROTECTED]

Is there the prospect of a soon bugfix for this problem?
Because downgrading to an older version would be a very bad solution...



[2003-01-13 16:40:41] [EMAIL PROTECTED]

No, because the very same script works fine with previous versions of
PHP.  Just because a browser is able to decypher the broken images we
generate doesn't mean we are doing it right.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/21624

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