Skip to content

Instantly share code, notes, and snippets.

@stupergenius
Created November 5, 2012 14:01
Show Gist options
  • Save stupergenius/4017318 to your computer and use it in GitHub Desktop.
Save stupergenius/4017318 to your computer and use it in GitHub Desktop.
iOS Simulator Screenshot Cropping
convert iOS* -crop 640x1096+0+40 cropped.png # iphone5
convert iOS* -crop 640x920+0+40 cropped.png # iphone4
convert iOS* -crop 1536x2008+0+40 cropped.png # ipad2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment