exyte/Macaw

Can we convert NSImage to SVG? or PNG to SVG? MACOSx Swift 5.

Closed this issue · 2 comments

Actually, I want to convert NSImage to SVG means Bitmap to vector in swift 5.
Please give me your suggestion. How can I achieve this. Thank You!

No, there is no such a functionality in Macaw, probably you're looking something like that: https://github.com/pcolton/potrace

Yes, I did this using Potrace Libary, and just see your comment. By the way thanks for your reply and suggestion :-)
Potrace library was build for only iOS so I convert the main file code to macOS. It's working good now for SVG.