color_trace icon indicating copy to clipboard operation
color_trace copied to clipboard

"Tracing complete!" but no output file!

Open weeping-angel opened this issue 2 years ago • 4 comments

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

weeping-angel avatar Mar 13 '22 19:03 weeping-angel

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.

scribblemaniac avatar Mar 15 '22 02:03 scribblemaniac

You should mask sure five system commands: pngquant, pngnq, convert, identify, potrace can work.

ousinkou avatar Oct 26 '22 01:10 ousinkou

work for me

betabrandao avatar Dec 21 '22 13:12 betabrandao

i'm able to reproduce it

ghost avatar Nov 27 '23 14:11 ghost