Distorted image quality.
-
This is the original image:
https://i.ibb.co/TBhtThh/ffffffffffffffffffffffff.jpgThis is the same image as shown on website:
https://i0.wp.com/70.39.147.12/~formfl5/test/wp-content/uploads/2019/03/ffffffffffffffffffffffff-1.pngThis happens to both .png and .jpg formats, so format in this case is not important at all. Also, what’s curious is that the actual images stored in ftp folders are not distorted. So it seems that WordPress is distorting them not during upload, but when it fetches them from uploads ftp folder.
What I’ve tried so far:
1. Installing “Disable JPEG compression” plugin.
2. Adding this line to my theme’s “functions.php” file:
add_filter('jpeg_quality', function($arg){return 100;});
Neither was helpful.
- The topic ‘Distorted image quality.’ is closed to new replies.