Created
February 23, 2014 23:28
-
-
Save peteraritchie/9178862 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
@REM Windows Phone | |
inkscape.exe CumulusNotes.svg --export-png=Assets\Tiles\FlipCycleTileMedium.png -w336 -h336 | |
convert Assets\Tiles\FlipCycleTileMedium.png -resize "691x336>" -size 691x336 xc:transparent +swap -gravity center -composite Assets\Tiles\FlipCycleTileLarge.png | |
inkscape.exe CumulusNotes.svg --export-png=Assets\Tiles\FlipCycleTileSmall.png -w159 -w159 | |
inkscape.exe CumulusNotes.svg --export-png=Assets\Tiles\IconicTileMediumLarge.png -w134 -h134 | |
convert Assets\Tiles\IconicTileMediumLarge.png -resize "134x202>" -size 134x202 xc:transparent +swap -gravity center -composite Assets\Tiles\IconicTileMediumLarge.png | |
inkscape.exe CumulusNotes.svg --export-png=Assets\Tiles\IconicTileSmall.png -w71 -h71 | |
convert Assets\Tiles\IconicTileSmall.png -resize "71x110>" -size 71x110 xc:transparent +swap -gravity center -composite Assets\Tiles\IconicTileSmall.png | |
inkscape.exe CumulusNotes.svg --export-png=Assets\ApplicationIcon.png -w100 -h100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment