Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SVG converter API from Adobe

New Here ,
Jan 16, 2023 Jan 16, 2023

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.

1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 16, 2023 Jan 16, 2023

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 16, 2023 Jan 16, 2023

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.   

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 01, 2023 Mar 01, 2023
LATEST

Inkscape is F/OSS and uses SVG as its native format. Perhaps the folks at that project would have some helpful goodies?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines