27 Feb
2008
27 Feb
'08
11:43 a.m.
Maarten van der Velde wrote:
I have a series of 32 or something drawings, for whic I'd like to embed the pictures. I wonder if it is possible to do this by batch-script. Or for that matter, is it possible to have any effect executed by batch-script?
Well that's the funny part about most of the effects: they are just programs that inkscape runs on the command line. So the answer is absolutely. (Take note that most of the scripts are rather dependant on inkscape's particular style of markup. So they may not work well in all situations.)
The basic form for this task would be:
python.exe embedimage.py drawing_with_images.svg > new_file.svg
You may find that you are most successful when you use full path to each component.
Aaron Spike