I'd like to be able to derive new images from a pre-existing image from the command line but the --export-id
parameter only seems to accept a single identifier.
How can I export several objects at once to create composite images?
Exporting multiple objects from command line?
-
- Posts: 1
- Joined: Wed Mar 14, 2012 3:08 pm
Re: Exporting multiple objects from command line?
hello.
Related posts in the forum usually point to either "batch export", or exporting a single big image and cutting it from command line with imagemagic:
viewtopic.php?f=5&t=12257
viewtopic.php?f=34&t=12114
hope this helps.
Berteh.
Related posts in the forum usually point to either "batch export", or exporting a single big image and cutting it from command line with imagemagic:
viewtopic.php?f=5&t=12257
viewtopic.php?f=34&t=12114
hope this helps.
Berteh.
Re: Exporting multiple objects from command line?
hooperbloob wrote:I'd like to be able to derive new images from a pre-existing image from the command line but the --export-id
parameter only seems to accept a single identifier.
How can I export several objects at once to create composite images?
I needed the same feature... and thus it's now available as a separate script that exports multiple objects based on their ID: svg-objects-export
Try it out and let me know if this works for you!
Berteh.