Let's say I've got a file with several layers. Each layer contains an Instagram post, except for the bottom layer which holds the common elements. I'd like to do something like this pseudo-code
for i in 2 3 4 5; do export_png( layer1, "layer$i"); done
Let's say I've got a file with several layers. Each layer contains an Instagram post, except for the bottom layer which holds the common elements. I'd like to do something like this pseudo-code
for i in 2 3 4 5; do export_png( layer1, "layer$i"); done
Would that be possible with Inkscape?
There is an export layers extension for the earlier versions of Inkscape, maybe that can be called from the command line.
https://inkscape.org/~Xaviju/%E2%98%85inkscape-export-layers-extension