Skip to content

Instantly share code, notes, and snippets.

@rkcb
Last active December 12, 2018 21:46
Show Gist options
  • Select an option

  • Save rkcb/02d4544bb23a5b7ef145db0fef83b016 to your computer and use it in GitHub Desktop.

Select an option

Save rkcb/02d4544bb23a5b7ef145db0fef83b016 to your computer and use it in GitHub Desktop.
ImageMagick scripts

ImageMagick scripts

https://imagemagick.org

create a thumbnail of size 200x200 from an image keeping the aspect ratio

convert -define jpeg:size=200x200 source.jpg -thumbnail '100x100>' target.jpg

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