Open Wesalius opened 7 years ago
Hi, the only way I get any vectorizing done by this is script is using -c 0 option, if I change the value to anything else, I get just "Tracing complete!" but no output... Could you explain please?
It worked for me with -c value > 0, example: python color_trace_multi.py -i img1.jpg -o img1.svg -d . -c 30 -q nq -s -p 3
python color_trace_multi.py -i img1.jpg -o img1.svg -d . -c 30 -q nq -s -p 3
Hi, the only way I get any vectorizing done by this is script is using -c 0 option, if I change the value to anything else, I get just "Tracing complete!" but no output... Could you explain please?