somerandomdude / Iconic

A minimal set of icons in raster, vector and font formats — free for public use.
http://useiconic.com/open/
Other
2.37k stars 349 forks source link

Optimize PNGs #20

Closed roxeteer closed 12 years ago

roxeteer commented 12 years ago

When running the PNGs through ImageOptim (a Mac OS X app that uses several different *nix image optimizers), you can easily shave 20-30% from the file size. I can optimize the current images for you and make a pull request, but I guess the optimization should be incorporated to your build process somehow.

somerandomdude commented 12 years ago

You bring up a good point. I could possibly add an optimization script - I'd just need to find an elegant way to add that to the collection.

On Sunday, June 3, 2012 at 11:57 PM, Visa Kopu wrote:

When running the PNGs through ImageOptim (a Mac OS X app that uses several different *nix image optimizers), you can easily shave 20-30% from the file size. I can optimize the current images for you and make a pull request, but I guess the optimization should be incorporated to your build process somehow.


Reply to this email directly or view it on GitHub: https://github.com/somerandomdude/Iconic/issues/20

somerandomdude commented 12 years ago

I finally got around to fixing this. The latest commit has PNG optimization tools added.