Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize image #18

Open
romulojales opened this issue Sep 3, 2013 · 1 comment
Open

Optimize image #18

romulojales opened this issue Sep 3, 2013 · 1 comment

Comments

@romulojales
Copy link
Member

PageSpeed and smushit still detecting the sprite is not optimized enough.

Image 1
The sprite was generated with optimize arg True. It's have 40.8kb
http://s.glbimg.com/es/ge/f/mosaico/mosaico/1/201309031416/sprite.png

Image 2
And this one was generated with optimize arg False, 41.2kb.
http://s.glbimg.com/es/ge/f/mosaico/mosaico/1/201309031418/sprite.png

When I analyze the above images at pagespeed:

Image 1 can be 3.6kb off and Image 2 4.1kb

At smushit: Image 1: 4.01kb Image 2: 4.45kb

These numbers represents around 10% of each image.

We need improve the compression rate!

@romulojales
Copy link
Member Author

Maybe change to libpng... Pillow doesn't compresses as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant