migvel / color_trace

Traces multiple color images using potrace. This is similar to Inkscape's Trace Bitmap function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python instead of python3

AndreaMonzini opened this issue · comments

EDIT
Hello,
i had some problems to use color_trace, the main problem was that i was using python in the terminal instead of python3 !

The correct syntax for me is:

linux@pop-os:~/Downloads/color_trace-master$ python3 color_trace_multi.py -i test.png -o test.svg  -c 8
Tracing complete!

Thank you for the project!