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

SVG converter API from Adobe

New Here ,
Jan 16, 2023 Jan 16, 2023

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.

Views

1.6K
Translate

Report

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

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.

Votes

Translate

Report

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

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.   

 

Votes

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Report

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