meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Optimise images (66 KB reduction) #60

Closed imageoptimiser closed 11 years ago

imageoptimiser commented 11 years ago

Hi, meltingice.

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

Merry Christmas.

NameReduction
test1_1280.jpg9.82%
test1_600.jpg12.10%
grey.png97.70%

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