0.3.0 • Published 8 years ago

recjpeg v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

0.3.0

8 years ago

0.2.2

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago