![](https://secure.gravatar.com/avatar/453bd3fdf92008e619046e0eb31c33ad.jpg?s=120&d=mm&r=g)
Jayesh Salvi wrote:
An important part of this plugin is to convert SVG to JPEG, because both of the above services don't accept SVG images. So the solution I am using in the current version of plugin is, using ImageMagick's "convert" command to do the above image format transformation. This is not an elegant approach, in my opinion. I can't get it to work on windows, etc.
Look into using the gdk-pixbuf, it will enable other (sometime) requested formats in addition to JPEG, like GIF or TIFF.
See the relevant RFE for more comments: https://bugs.launchpad.net/inkscape/+bug/171390
If you are going to implement JPEG export, I think *a must* is an option to control the quality settings, preferably with visual feed-back. I had to manually convert such PNGs to JPEG and from my experience, a lot of fine tunning is needed for a good result.