npm.io
0.3.0 • Published 9 years agoCLI

recjpeg

Licence
MIT
Version
0.3.0
Deps
3
Vulns
0
Weekly
0

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

Keywords