Skip to content

Instantly share code, notes, and snippets.

@sicksand
Last active August 29, 2015 14:01
Show Gist options
  • Save sicksand/96caea9526e21472142f to your computer and use it in GitHub Desktop.
Save sicksand/96caea9526e21472142f to your computer and use it in GitHub Desktop.
convertimage.txt
#use imagemagick to convert/resize image on the fly
convert ../Downloads/picjumbo.com_IMG_0993.jpg -resize 720x1280^ -gravity Center -crop 720x1280+0+0 +repage food_bg_1_720x1280.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment