GNOME Bugzilla – Bug 743137
Cats theme images perhaps bigger than necessary
Last modified: 2015-02-16 17:34:22 UTC
Tried the following size optimization for the cats images (on rawhide): $ du -h 13M . $ jpegoptim -m 90 *jpg jpegoptim: skipping special file: 90 1-Jasmina.jpg 2448x2448 24bit P Exif XMP JFIF [OK] 2585154 --> 829797 bytes (67.90%), optimized. 1-kitten.jpg 1860x1860 24bit P Exif XMP ICC JFIF [OK] 2735687 --> 641829 bytes (76.54%), optimized. 1-maine.jpg 1146x1146 24bit P Exif XMP JFIF [OK] 1950689 --> 436404 bytes (77.63%), optimized. 1-march.jpg 1800x1800 24bit P Exif XMP JFIF [OK] 2202349 --> 643236 bytes (70.79%), optimized. 1-olhos.jpg 1792x1792 24bit P Exif XMP ICC JFIF [OK] 3180414 --> 693741 bytes (78.19%), optimized. $ du -h 3.2M . In my subjective opinion for the result is excellent considering the size savings.
It should have been "-m90" instead of "-m 90" but the result is similar
I agree there is a “problème de taille” with Taquin’s images. It will probably need more than just compressing files, but hey, let’s start with that for the first release. I just applied a “jpegoptim -m95” that saved many space, for everybody. Thanks for the idea. =)