[libGD] #81 [Task opened] gdImageCopy does not respect the transparancy
[email protected] (libGD)
| 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 - Mark Fisher (fishermne) Attached to Project - libGD Summary - gdImageCopy does not respect the transparancy Task Type - Bug Report Category - Drawing function Status - Unconfirmed Assigned To - Operating System - All Severity - Medium Priority - Normal Reported Version - 2.0.34 Due in Version - Undecided Due Date - Undecided Details - gdImageCopy will copy transparent pixels from the source to the destination image. It does not check for the transparent color. It does this in this reported version and in 2.0.35RC2. The fix for this is to add an if statement between lines 2126 and 2127 in gd.c like the following: if (c != src->transparent) It will then respect the transparent color. More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=81 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.