Skip to content

Instantly share code, notes, and snippets.

@aont
Created August 20, 2011 08:53
Show Gist options
  • Select an option

  • Save aont/1158873 to your computer and use it in GitHub Desktop.

Select an option

Save aont/1158873 to your computer and use it in GitHub Desktop.
jpeg quality
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