migvel / color_trace

Traces multiple color images using potrace. This is similar to Inkscape's Trace Bitmap function.
GNU General Public License v2.0
98 stars 40 forks source link

python instead of python3 #16

Closed AndreaMonzini closed 4 years ago

AndreaMonzini commented 4 years ago

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!