nullmastermind / inkscape-for-trace

Add a batch processing tool with fully customizable parameters to automate your Inkscape tasks more easily.
Other
9 stars 2 forks source link

Avoid "png bitmap image import" settings #2

Open acasorran opened 1 year ago

acasorran commented 1 year ago

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

nullmastermind commented 1 year ago

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

nullmastermind commented 1 year ago

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

acasorran commented 1 year ago

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?