You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you for this software.
I encountered an issue for export differents layers of a svg file format.
I configured inkscape. And when I try this command :
python3 ./inklayers.py ../examples/mytest/file.svg
The soft give me this error : 'Config file format error: output -> filename not found.'
Thank you in advance for your help !
Have a nice day
The text was updated successfully, but these errors were encountered:
Hello, you do not have to pass an SVG file as a parameter of the inklayers command.
You must pass a configuration file.
In the configuration file you specify the name of the SVG file and the organization of the layers that you want to export, including the name of the files corresponding to each export.
I suggest to take a look in the examples directory, where you can find some SVG files but also the configuration files in various formats (JSON ,INI, TOML). Look at the JSON for simplicity.
Thank you for your reply.
Ok then I missunderstood the main objectiv of your product.
Thought it auto export the layers from a svg file.
I'll try with config.json.
Hello,
Firstly, thank you for this software.
I encountered an issue for export differents layers of a svg file format.
I configured inkscape. And when I try this command :
python3 ./inklayers.py ../examples/mytest/file.svg
The soft give me this error : 'Config file format error: output -> filename not found.'
Thank you in advance for your help !
Have a nice day
The text was updated successfully, but these errors were encountered: