Skip to content

Instantly share code, notes, and snippets.

@walery
Created April 17, 2013 13:28
Show Gist options
  • Select an option

  • Save walery/5404287 to your computer and use it in GitHub Desktop.

Select an option

Save walery/5404287 to your computer and use it in GitHub Desktop.
command to crop image with imagemagick
convert bigImg.png -set option:distort:viewport 1280x960+753+95 -distort SRT 0 croppedImg.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment