Closed AndreaMonzini closed 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 !
python
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!
EDIT Hello, i had some problems to use color_trace, the main problem was that i was using
python
in the terminal instead ofpython3
!The correct syntax for me is:
Thank you for the project!