mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Optimise images (58 KB reduction) #114

Open imageoptimiser opened 11 years ago

imageoptimiser commented 11 years ago

Hi, mockko.

I've taken the liberty of putting livereload'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 14 optimisable images, making a 58 KB reduction in size. That's about 22.98% of your total image assets.

Merry Christmas.

NameReduction
icon_16-off.png7.69%
icon_16-on.png1.21%
icon128.png9.72%
icon19-on.png18.55%
icon19.png17.14%
icon48.png10.83%
Icon-32.png12.54%
Icon-48.png10.83%
icon100.png8.89%
screenshot.png8.97%
chrome-button.png41.86%
chrome-install-prompt.png39.36%
safari-context-menu.png47.68%
safari-install-prompt.png33.73%

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