Anyone have a good solution for quickly converting a svg to a jpg?
Anyone have a good solution for quickly converting a svg to a jpg?
I tried to use https://github.com/Tichau/FileConverter, but some of the svg fills colors don't translate correctly.
Comments
On the command-line, rsvg-convert will create PNG images, you can also use Inkscape without the gui, otherwise ImageMagick
yes, Inkscape all the way :)