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

Error with comand line sintax #7

Open rica-carv opened 7 years ago

rica-carv commented 7 years ago

I'm trying to run the windows version, with this command line: color_trace_multi -i png\*.png -o svg\* -c 0 But al i got is this error: [Errno 2] No such file or directory: 'svg\\accept~tmp_scaled.png' The path svg is created and accessible, so i can't figure out the error...

Can anybody help on this one? Thanks

Wesalius commented 7 years ago

tried on my linux machine and all I needed to fix your syntax is that I used regular backslashes as in py color_trace_multi.py -i png/*.png -d svg/*.svg -c 0

arshad111 commented 4 years ago

in my ubuntu os, i tried with python3 /var/www/html/apps/color_trace/color_trace_multi.py -i /var/www/html/apps/color_trace/test.png -o /var/www/html/apps/color_trace/after.svg -c 8 but its gives error color_trace_multi.py: error: argument -i/--input: expected at least one argument