Inkscape

From miki
Revision as of 01:29, 8 November 2020 by Mip (talk | contribs) (Created page with "== Tips == === Convert SVG to PNG === We can use inkscape to convert easily SVG to PNG [https://stackoverflow.com/questions/9853325/how-to-convert-a-svg-to-a-png-with-imagemag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tips

Convert SVG to PNG

We can use inkscape to convert easily SVG to PNG [1]:

inkscape -w 1200 input.svg --export-filename output.png              # Keep aspect ratio
inkscape -h 12000 -w 1200 input.svg --export-filename output.png     # Force aspect ratio