Page 1 of 1

[SOLVED] Write multiple images with convert?

Posted: 2013-05-10T09:23:43-07:00
by magmical
Hello there!

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>
With multiple images I mean img1.bmp and img2.bmp

Is this possible with one command line with convert?

Thanks.

Re: Write multiple images with convert?

Posted: 2013-05-10T09:35:07-07:00
by GreenKoopa

Re: Write multiple images with convert?

Posted: 2013-05-10T09:54:18-07:00
by magmical
Thats exactly what I search for!

Thanks a lot GreenKoopa for your fast help! :)