Same size images with different compression
-
Hello,
I see that when I create an image of the exact size to be used in WordPress then that image is compressed once then another time using my custom image sizes which is normal but the problem is that the original is compressed down to 64k and the second one (exact same size) is compressed much better down to 43k!
For example:
I upload an image animage.jpg (size is 1000 x 1000)
My custom image sizes include a 1000 x 1000 resize (for wordpress media image sizes ‘customized’)
I run smushit and I have
animage.jpg (63kb)
animage1000x1000.jpg (45k)
The trouble is that wordpress will use the first one even if I specify animage1000x1000.jpg in the page. So I do not get the best compressed version displayed/used …
It is a double kind of issue : wordpress uses whatever he wants if ti sees an image corresponding to the good size even if another of the same size is better compressed and the plugin is not compressing a similar image of same sizes the same way (about 30% difference!).
Have you a solution for this beside copying the animage1000x1000.jpg over animage.jpg?
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Same size images with different compression’ is closed to new replies.