DE
Bash - *.svg in *.png unter Windows exportieren
3
points
In diesem kurzen Artikel, wird gezeigt, wie man mit Inkscape unter Bash schnell eine *.svg
Datei in *.png
exportieren kann.
Schnelle Lösung:
"/C/Program Files/Inkscape/bin/inkscape.exe" --export-type="png" --export-filename="icon-16x16.png" -w 16 -h 16 "icon.svg"
oder (in älteren Inkscape):
"/C/Program Files/Inkscape/inkscape.exe" -z -e "icon-16x16.png" -w 16 -h 16 "icon.svg"
Wo: -w 16
-h 16
ist durch die gewünschte Breite und Höhe zu ersetzen.
Inkscape-Installation
Installationsprogramm herunterladen von:
Unter Debian führt man apt-get install inkscape