Languages
[Edit]
DE

Bash - *.svg in *.png unter Windows exportieren

3 points
Created by:
Nikki
10520

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

Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join