Is there way to convert a png file into SVG file using only pure python or a python module such as wand?
To be more precise, I want to convert a png into a real vector graphics, I don't want to embed a bitmap inside the svg, I want to convert into graphics code.
I know this is possible with Illustrator or Inkscape, but I need an automated process.
Thank you !