Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save yunho-c/56f287e57a27cb0340c86da131aef891 to your computer and use it in GitHub Desktop.

Select an option

Save yunho-c/56f287e57a27cb0340c86da131aef891 to your computer and use it in GitHub Desktop.
Pad Image to 2800x1800 for Apple App Store Connect
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