I have 172 separate SVG files that I need to convert to PNG, any hints on how to do it? Resolution should be 1920x1080.
EDIT:
@inkscape to the rescue:
inkscape --export-type=png -d 300 *.svg
Edited 295d ago
I have 172 separate SVG files that I need to convert to PNG, any hints on how to do it? Resolution should be 1920x1080.
EDIT:
@inkscape to the rescue:
inkscape --export-type=png -d 300 *.svg