Skip to content

Instantly share code, notes, and snippets.

@fallwith
Created April 12, 2012 01:48
Show Gist options
  • Save fallwith/2364156 to your computer and use it in GitHub Desktop.
Save fallwith/2364156 to your computer and use it in GitHub Desktop.
Split 3840x1200 image into two halves w/ImageMagick
convert -crop 1920x1200x1920 src.jpg output.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment