[SOLVED] Write multiple images with convert?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
magmical
Posts: 30
Joined: 2013-05-03T05:31:05-07:00
Authentication code: 6789

[SOLVED] Write multiple images with convert?

Post 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.
Last edited by magmical on 2013-05-10T12:17:01-07:00, edited 2 times in total.
magmical
Posts: 30
Joined: 2013-05-03T05:31:05-07:00
Authentication code: 6789

Re: Write multiple images with convert?

Post by magmical »

Thats exactly what I search for!

Thanks a lot GreenKoopa for your fast help! :)
Post Reply