Hi guys,
Does anyone know of a way for inkscape to export as a JPEG? IE doesn't like PNG's that much...
Hi guys,
Does anyone know of a way for inkscape to export as a JPEG? IE doesn't like PNG's that much...
Reply With Quote I don't think it can, though you could try creating a Python plugin to add the functionality. I usually end up importing the SVG in to GIMP and doing conversions there :/
Edd
Visit me at: mr-edd.co.uk
Languages: Python | Lua
Compilers: MinGW | MSVC++9
Libraries: Boost | gtkmm
Reference: Dinkumware | a.c.l.l.c-c++ FAQ
Reply With Quote
I ended up just exporting as a PNG and using ImageMagick to convert it to a JPEG:Code:$ convert image.png image.jpg
Reply With Quote 
Reply With Quote