Opened 16 years ago
Closed 16 years ago
#9887 closed enhancement (fixed)
Problem that PNG thumbnail size increases more than original
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Media | Keywords: | has-patch tested blessed |
Focuses: | Cc: |
Description
When index color PNG is uploaded, WordPress generates full color PNG as a thumbnail.
But, in many cases, the thumbnail file size is larger than the original.
so, I wrote improvement patch. thumbnail color reconvert to same colors as the original(index color).
Attachments (2)
Change History (18)
#1
follow-up:
↓ 5
@
16 years ago
- Keywords has-patch added
- Severity changed from major to normal
Couldn't this also be applied to non-png's as well?
#5
in reply to:
↑ 1
@
16 years ago
Replying to dd32:
Couldn't this also be applied to non-png's as well?
maybe to gif images. trouble with the patch is that the resampling might be better done in true colors, with the number of colors reduced in the aftermath.
#9
follow-up:
↓ 10
@
16 years ago
- Keywords needs-testing added
- Milestone changed from 2.8 to Future Release
How much memory would that use for large image?
#10
in reply to:
↑ 9
@
16 years ago
Replying to azaozz:
How much memory would that use for large image?
Why do you warry about memory? This only applied the same flow as Gif to PNG. If a large image is even up-load, this doesn't use more work area than thumnail size.
improve index PNG's thumnail