Skip to content

Instantly share code, notes, and snippets.

@catichenor
Created March 17, 2017 18:02
Show Gist options
  • Select an option

  • Save catichenor/8e680a82b7efd06bb2496b169ed7b7fa to your computer and use it in GitHub Desktop.

Select an option

Save catichenor/8e680a82b7efd06bb2496b169ed7b7fa to your computer and use it in GitHub Desktop.
ImageMagick crop a 410x312 section of an image at an offset of 476x291
convert big_image.png -crop 410x312+476+291 cropped_image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment