Search found 1 match

by blanpaol
2015-05-13T03:32:37-07:00
Forum: Users
Topic: Remove antialias to improve tracing
Replies: 1
Views: 1099

Remove antialias to improve tracing

Hi,

we are trying to trace some raster images using potrace.
So here is the flow we use :

1.get a cleaned image
2. remove white
3. get histogram
4. for x main colors: (we are limited to the number of color (print costs))
a. extract the current color
b. convert to black
c. make bitmap
d ...