recjpeg
v0.3.0
Published
Recompress images using custom JPEG encoder
Downloads
4
Maintainers
Readme
recjpeg
For re-encoding JPEGs at the command line using a better cjpeg
than the original.
npm install -g recjpeg
Example:
find . -iname '*.jpg' | grep -v bak | xargs recjpeg --quality 80
rm **/*.bak.*
Goes well with qualcomp to determine what quality you want for your images.
License
Copyright 2015-2017 Christopher Brown. MIT Licensed