0.3.0 • Published 7 years ago

recjpeg v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

recjpeg

npm version

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