Created
April 27, 2016 09:42
-
-
Save hadl/0c35bce6d3de698c92efca5873a557ee to your computer and use it in GitHub Desktop.
Imagemagick convert pngs to progressive jpgs
This file contains 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
mogrify -strip -interlace Plane -format jpg -colorspace sRGB -quality 85 *.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment