My current project is related to bitmap to vector. so far i found these libraries:
the project will be used to vectorize cartoon image (comic or cartoon, specifically). My main goal is just vectorizing black and white image. So potrace gives me sufficient result, but i would like to process gradient, for example, gradually from black to white.
so far, it's quite hard to find library that support color gradient. Ardeco and rastertovector support color gradient, but they are a little bit outdated. I am wondering if there is any well-maintained (and of course, well documented) vector-tracing library out there
Thanks!
Have you tried OpenCV? Perhaps these other threads can be useful for you:
And also these tutorials: