Opened 14 years ago
Closed 13 years ago
#12577 closed defect (bug) (duplicate)
Wrong thumbnails created - transparency
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9.2 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
When I upload attached .png picture, wrong thumbnails are created (black and white lines etc.) It is probably related to transparency...
Attachments (1)
Change History (12)
#3
@
13 years ago
I'm almost certain that this is because all thumbnails are created as JPG's regardless of their original file type, but I'll start digging to confirm.
#4
@
13 years ago
I take that back, my png tests seemed to thumbnail fine, but I could reproduce the issue with the attached image.
Note: See
TracTickets for help on using
tickets.
See Also: http://www.php.net/manual/en/function.imagecopyresampled.php#93166
basically, the GD resize functions do not handle transparency.
Setting to 3.0 at present, This is unlikely to be patched for a 2.9 release.