Skip to content

Conversation

@joliss
Copy link
Contributor

@joliss joliss commented Nov 29, 2016

I optimized the PNG files with zopflipng by running

for i in `find demos themes tests -name \*.png`; do zopflipng -y "$i" "$i"; done

PNG uses DEFLATE internally, and the zopfli algorithm often finds better DEFLATE representations than zlib for the same text. Most files were already optimized, but for some, zopflipng found better representations, saving us a few hundred bytes.

@jsf-clabot
Copy link

jsf-clabot commented Nov 29, 2016

CLA assistant check
All committers have signed the CLA.

@jzaefferer
Copy link
Member

We landed #1763 a little while ago, which, I guess, wasn't using the best available tool for the job? Hopefully this is the one.

@scottgonzalez
Copy link
Member

And before that one, we landed #1710 which did use zopflipng!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants