Created
February 23, 2014 23:29
-
-
Save peteraritchie/9178866 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 Store | |
inkscape.exe CumulusNotes.svg --export-png=Assets\Logo.scale-100.png -w150 -h150 | |
inkscape.exe CumulusNotes.svg --export-png=Assets\StoreLogo.scale-100.png -w50 -h50 | |
inkscape.exe CumulusNotes.svg --export-png=Assets\SmallLogo.scale-100.png -w30 -h30 | |
inkscape.exe CumulusNotes.svg --export-png=Assets\SplashScreen.scale-100.png -w300 -h300 | |
convert Assets\SplashScreen.scale-100.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