pa7 / nude.js

Nudity detection with JavaScript and HTMLCanvas
http://www.patrick-wied.at/static/nudejs/
2.35k stars 225 forks source link

Optimise images (82 KB reduction) #9

Closed imageoptimiser closed 11 years ago

imageoptimiser commented 11 years ago

Hi, pa7.

I've taken the liberty of putting nude.js'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 4 optimisable images, making a 82 KB reduction in size. That's about 23.11% of your total image assets.

Merry Christmas.

NameReduction
1.jpg26.98%
2.jpg24.50%
3.jpg20.89%
4.jpg20.90%

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