Skip to content

Instantly share code, notes, and snippets.

@hiroy
Created September 29, 2012 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroy/3803426 to your computer and use it in GitHub Desktop.
Save hiroy/3803426 to your computer and use it in GitHub Desktop.
iPhone 5のスクリーンショットからステータスバーをカット。App Store提出用に。
# for 4-inch display (iPhone 5)
convert -crop 640x1096+0+40 input.png output.png
# for 3.5-inch display (iPhone 4/4S)
convert -crop 640x920+0+40 input.png output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment