Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Added script to generate logos
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Jul 8, 2014
1 parent 9c15a13 commit 55e8dbf
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions design/logo/Create icons.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@REM Creating logo
set iconFile="Link\icon_15341.svg"
inkscape.exe %iconFile% --export-png=logo_16.png -w16 -h16
inkscape.exe %iconFile% --export-png=logo_32.png -w32 -h32
inkscape.exe %iconFile% --export-png=logo_64.png -w64 -h64
inkscape.exe %iconFile% --export-png=logo_128.png -w128 -h128
inkscape.exe %iconFile% --export-png=logo_256.png -w256 -h256
inkscape.exe %iconFile% --export-png=logo_512.png -w512 -h512
inkscape.exe %iconFile% --export-png=logo_1024.png -w1024 -h1024
pause
Binary file modified design/logo/logo_1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/logo/logo_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/logo/logo_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/logo/logo_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/logo/logo_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/logo/logo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/logo/logo_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55e8dbf

Please sign in to comment.