maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)
http://bowlineapp.com
MIT License
637 stars 32 forks source link

Optimise images (119 KB reduction) #37

Open imageoptimiser opened 11 years ago

imageoptimiser commented 11 years ago

Hi, maccman.

I've taken the liberty of putting bowline's image assets though a range of optimisation tools. Image optimisation allows us to reduce the footprint of images - meaning faster load times at no cost to image quality. It does this by finding the best (lossless) compression parameters, stripping embedded comments, and removing unnecessary colour profiles. See more.

I found 2 optimisable images, making a 119 KB reduction in size. That's about 76.85% of your total image assets.

Merry Christmas.

NameReduction
bowline.png92.42%
icon.png64.22%

Tools used: advpng, gifsicle, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout. This is an automated bot maintained by @skattyadz