Skip to content

Instantly share code, notes, and snippets.

@luizcanet
Created September 3, 2014 13:59
Show Gist options
  • Save luizcanet/f1a0dac4704cfc1418c5 to your computer and use it in GitHub Desktop.
Save luizcanet/f1a0dac4704cfc1418c5 to your computer and use it in GitHub Desktop.
ImageMagick Commands
# Resize to width if larger renaming for 001.jpg to 999.jpg standard.
convert *.jpeg -resize 82\> -scene 001 ../ed140/pageflipdata/pages/thumbnails/%03d.jpg
convert *.jpeg -resize 750\> -scene 001 ../ed140/pageflipdata/pages/%03d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment