color_trace
color_trace copied to clipboard
"Tracing complete!" but no output file!
I'm passing the following command to convert a JPG to SVG but it's not generating any new file in the output directory:
python3 color_trace_multi.py --input="/content/logo.jpg" --output="/content/color-results" --colors=2
I believe the output argument is a path to the output file, so make sure it is not a directory and that it ends with the .svg extension.
You should mask sure five system commands: pngquant, pngnq, convert, identify, potrace can work.
work for me
i'm able to reproduce it