After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743137 - Cats theme images perhaps bigger than necessary
Cats theme images perhaps bigger than necessary
Status: RESOLVED FIXED
Product: gnome-taquin
Classification: Other
Component: artworks
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Taquin maintainer(s)
GNOME Taquin maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-01-18 18:16 UTC by Yanko Kaneti
Modified: 2015-02-16 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yanko Kaneti 2015-01-18 18:16:45 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.
Comment 1 Yanko Kaneti 2015-01-19 07:50:04 UTC
It should have been "-m90" instead of "-m 90" but the result is similar
Comment 2 Arnaud B. 2015-02-16 17:34:22 UTC
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. =)