SVG converter API from Adobe
Copy link to clipboard
Copied
Hello all,
I am working on a project, which among other things needs to convert a raster image into a vector image. I am looking to leverage third party tools for this conversion. During my search I came across this tool from Adobe: https://www.adobe.com/express/feature/image/convert/svg
I was wondering if there are any APIs that I can leverage to integrate this converter with my project.
Thanks a lot.
Copy link to clipboard
Copied
Not an API but an open source tool for doing this: https://vectormaker.co/ You could theoretically integrate the tool by yourself and do the conversion that way. Same but different variant is https://github.com/tomayac/SVGcode.
Hosted, paid is Cloudinary — they offer an API for such conversions. I don’t think Adobe (Express) offers an API for this, at least I don’t know about any.
Copy link to clipboard
Copied
Thanks a lot for the response.
I had already tested out the brilliant work done by Thomas Steiner in SVGcode, and Cloudinary. But for my use cases, the adobe SVG converter gave the most optimum result hence my optimism for an API. 🙂
I will surely check out vectormaker.co.
Again, Thanks a lot for the information.
Copy link to clipboard
Copied
Inkscape is F/OSS and uses SVG as its native format. Perhaps the folks at that project would have some helpful goodies?

