Skip to content

Instantly share code, notes, and snippets.

@peteraritchie
Created February 23, 2014 23:29
Show Gist options
  • Save peteraritchie/9178866 to your computer and use it in GitHub Desktop.
Save peteraritchie/9178866 to your computer and use it in GitHub Desktop.
@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