Skip to content

Instantly share code, notes, and snippets.

@peteraritchie
Created February 4, 2014 04:27
convert AppTile.png -resize "50x50>" Assets\StoreLogo.scale-100.png
convert AppTile.png -resize "30x30>" Assets\SmallLogo.scale-100.png
convert AppTile.png -resize "150x150>" Assets\Logo.scale-100.png
convert AppTile.png -resize "620x300>" -size 620x300 xc:transparent +swap -gravity center -composite Assets\SplashScreen.scale-100.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment