Disable Image compression
-
Hi,
Having a real headache with image compression on upload to wp. I’ve tried plugins to optimize images, but this happens post upload, and the processing happens immediately on upload. I’m getting image size reductions of around 50% of the original and a very visible reduction in quality.
I’ve also tried adding this code found from much older posts, and added to the theme funtion.php:
add_filter(‘jpeg_quality’, function($arg){return 100;});
but no change. Maybe I’m placing it in the wrong section(?)…
I also understand the originals may be stored somewhere in the wp-admin but there’s no clear way to find them or load them up in the media.
I optimize images myself before upload with jpeg images around 200kb and about 2,000 pixels wide at the largest size. Don’t think that will kill the server.
This website is for a visual effects company and images need to look pretty sharp.
Any help grately appreciated!
Thanks
The topic ‘Disable Image compression’ is closed to new replies.