nullmastermind/inkscape-for-trace

Avoid "png bitmap image import" settings

Opened this issue · 3 comments

Hi,

Is it possible to avoid this manual selecction?

image

This is the command line I using:

inkscape.exe --actions="select-all;selection-trace:6,false,true,true,16,1.0,0.20;export-filename:output.svg;export-do;" "image.png" --batch-process

Thanks

You can download and install origin Inkscape at https://inkscape.org/, and open file -> tick "no volver a preguntar" -> ok. Next time, this popup will don't show again

@acasorran

I will remove this popup in the next release, here is my video use this tool + https://github.com/chaiNNer-org/chaiNNer https://www.youtube.com/watch?v=-rXxJMkYn5w

Hi @bluevariant,

I'm trying to run the command without using "--batch-process" for avoid GUI to be raised, but then it doesn't do the "select_all" or "selection_trace". I have tried with actions like "--query-all" but without success. Do you think it's possible to do what I'm trying to?