Skip to content

Instantly share code, notes, and snippets.

@raym
Last active August 29, 2015 14:15
Show Gist options
  • Save raym/20abda6e4f7a9bbc1df0 to your computer and use it in GitHub Desktop.
Save raym/20abda6e4f7a9bbc1df0 to your computer and use it in GitHub Desktop.
sweet imagemagick uses
# convert all png's in a directory to jpg
mogrify -format jpg *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment