Skip to content

Instantly share code, notes, and snippets.

@ohjho
Created March 29, 2019 00:52
Show Gist options
  • Save ohjho/033586c69adfcbca6b94e39a63b84dcf to your computer and use it in GitHub Desktop.
Save ohjho/033586c69adfcbca6b94e39a63b84dcf to your computer and use it in GitHub Desktop.
how to crop an image with imaginemagick: -crop {w}x{h}+{x}+{y}
convert foo.png -crop 640x480+50+100 out.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment