|
|
||
|---|---|---|
| .. | ||
| lib | ||
| vendor | ||
| cli.js | ||
| index.js | ||
| license | ||
| package.json | ||
| readme.md | ||
readme.md
jpeg-recompress-bin

Compress JPEGs by re-encoding to the smallest JPEG quality while keeping perceived visual quality the same and by making sure huffman tables are optimized
Install
$ npm install --save jpeg-recompress-bin
Usage
var execFile = require('child_process').execFile;
var jpegRecompress = require('jpeg-recompress-bin');
execFile(jpegRecompress, ['--quality high', '--min 60', 'input.jpg', 'output.jpg'], function (err) {
console.log('Image minified');
});
CLI
$ npm install --global jpeg-recompress-bin
$ jpeg-recompress --help
License
MIT © imagemin