Created
November 1, 2017 18:21
-
-
Save ssshake/ab53c477e96dd6bb3a44fa48bfbc57e5 to your computer and use it in GitHub Desktop.
Take in screenshots and resize them to meet the requirements for iphone and ipad dimensions in the app store
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
mkdir iphone | |
mkdir ipad | |
cp *.jpg iphone/ | |
cp *.jpg ipad/ | |
sips -z 2208 1242 iphone/*.jpg | |
sips -z 2732 2048 ipad/*.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment