Last active
July 6, 2026 01:38
-
-
Save yunho-c/56f287e57a27cb0340c86da131aef891 to your computer and use it in GitHub Desktop.
Pad Image to 2800x1800 for Apple App Store Connect
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
| magick input.png -resize "2880x1800>" -background transparent -gravity center -extent 2880x1800 output.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment