Created
March 17, 2017 18:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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