[SOLVED] Write multiple images with convert?
Posted: 2013-05-10T09:23:43-07:00
Hello there!
How can I write multiple images with one command line (convert)?
In MSL it works like this:
With multiple images I mean img1.bmp and img2.bmp
Is this possible with one command line with convert?
Thanks.
How can I write multiple images with one command line (convert)?
In MSL it works like this:
Code: Select all
<image>
<read filename="source.bmp" />
<draw ...something... />
<write filename="img1.bmp" />
<draw ...something else... />
<write filename="img2.bmp" />
</image>
Is this possible with one command line with convert?
Thanks.