Last active
August 29, 2015 13:56
-
-
Save peteraritchie/8815741 to your computer and use it in GitHub Desktop.
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
convert AppTile.png -resize "691x336>" -size 691x336 xc:transparent +swap -gravity center -composite Assets\Tiles\FlipCycleTileLarge.png | |
convert AppTile.png -resize "336x336>" Assets\Tiles\FlipCycleTileMedium.png | |
convert AppTile.png -resize "159x159>" Assets\Tiles\FlipCycleTileSmall.png | |
convert AppTile.png -resize "134x202>" -size 134x202 xc:transparent +swap -gravity center -composite Assets\Tiles\IconicTileMediumLarge.png | |
convert AppTile.png -resize "71x110>" -size 71x110 xc:transparent +swap -gravity center -composite Assets\Tiles\IconicTileSmall.png | |
convert AppTile.png -resize "100x100>" Assets\Tiles\ApplicationIcon.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment