[libGD] #203 [Task opened] ImageRotate Transparency Bug

[email protected] Thu, 21 May 2009 23:21:03 +0200 (CEST)
Newsgroups php.gd.bugs
Message-ID <[email protected]>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Deecee2000 (deecee2000) 

Attached to Project - libGD
Summary - ImageRotate Transparency Bug
Task Type - Bug Report
Category - General
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 2.0.35
Due in Version - Undecided
Due Date - Undecided
Details - Hey,

 I'm using this below code for my dynamic clock image.

 $image = imagecreatefrompng($imgPath);

 $image = imagerotate($image, 100, 0); 

 imagealphablending($image, true); 

 imagesavealpha($image, true); 

 header('Content-type: image/png'); 

 imagepng($image); 

 imagedestroy($image);

  It is showing me black background behind this final image. Is it any bug or how can I resolve this. It's kinda very urgent.

Thanks,


More information can be found at the following URL:
http://bugs.libgd.org/?do=details&task_id=203

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.