Skip to content

Instantly share code, notes, and snippets.

@bolmaster2
Created January 6, 2012 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bolmaster2/1570347 to your computer and use it in GitHub Desktop.
Save bolmaster2/1570347 to your computer and use it in GitHub Desktop.
Batch conversion of png to jpg
mogrify -format jpg -quality 80 *.png
@bolmaster2
Copy link
Author

Use mogrify to convert images in batches. This command take all pngs and convert them to jpegs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment