I am using an svg-edit tool and want convert an image(jpg or png) to svg before loading it into the editor.
Loading an SVG file is possible but others file types can not be loaded so I think the image must be converted before being loaded.
How can I convert a jpg to SVG in Java (or javascript, jquery)?