Opened 9 years ago
Closed 9 years ago
#18539 closed defect (bug) (duplicate)
PNG image resizing bug
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Here is the original image:
http://dl.rom1v.com/images/debian-installer.png
If I upload it to a Wordpress blog, it resizes it to 300×300, and the resulting image is OK.
If instead, I upload this image:
http://dl.rom1v.com/images/debian-installer-optipng.png
(which is the original image optimized by optipng)
then the resulting 300×300 image has bad colors.
With other images optimized by optipng, I have not this problem in Wordpress, maybe a specific bug when there are only few colors (maybe the bug always happens, but it more visible when few colors)…
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Yep, it's a problem with the GD Image library.
Closing as duplicate of #6821