Opened 15 years ago
Closed 15 years ago
#18539 closed defect (bug) (duplicate)
PNG image resizing bug
| Reported by: | rom92 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Yep, it's a problem with the GD Image library.
Closing as duplicate of #6821