Created
August 20, 2011 08:53
-
-
Save aont/1158873 to your computer and use it in GitHub Desktop.
jpeg quality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| convert ${in} bmp:- | cjpeg -progressive -dct float -optimize -quality 70 > ${out_jpg} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment