Opened 2 years ago
Last modified 2 years ago
#57085 new defect (bug)
Media autoscale threshold change picture's colors
Reported by: | fernandot | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | 5.3 |
Component: | Media | Keywords: | needs-patch |
Focuses: | Cc: |
Description
When uploading a picture, the automatic autoscale threshold (2560) changes the picture's colors to a different color profile (fewer colors, less vivid)
I've deactivated the automatic autoscale with
add_filter('big_image_size_threshold', '__return_false');
and the issue disappears
This is a big problem for photography-related blogs or websites, where photo quality makes the difference.
It's ok to scale the images for better performance, but we should be able to avoid it without loss of quality.
Note: I've tried to remove the jpg quality loss applied by WordPress and that's not the problem, the problem comes with the autoscale.
(Attached: image file without autoscale, image file with autoscale)
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Image file without WP auto scale