Skip to content

Instantly share code, notes, and snippets.

@dechowdev
Last active January 14, 2016 20:44
Show Gist options
  • Save dechowdev/23119cef5fdbdfb31bea to your computer and use it in GitHub Desktop.
Save dechowdev/23119cef5fdbdfb31bea to your computer and use it in GitHub Desktop.
Useful CLI Commands

Manipulating Images

Optimization

imagemin * thumbs (batch) imagemin filename.jpg > output_filename.jpg

Mogrify (ImageMagick)

mogrify -path thumbnail-directory -thumbnail 100x100 *

mogrify -path thumbs -resize 1280x720 -format jpg *.png

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