"Christoph P. Kukulies" on wrote...
| I'm clueless about a seemingly simple task:
|
| I have a couple of gifs and want to arrange them side by side
| and tried
|
| montage 1.gif 2.gif 3.gif 4.gif 5.gif 6.gif result.gif
|
| and the images wrap after the second image.
|
Montage trys to keep the images in an array.
for information on using monatge look at..
IM Examples, Montage
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/montage/
However if you are just trying to append images, montage is not the
solution
try
comvert 1.gif 2.gif 3.gif 4.gif 5.gif 6.gif +append result.gif
See IM Examples, Mosaics of Images, Append
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/mosaics/#append
In fact you may find the IM Examples pages very useful to find out
how-to anything using ImageMagick. I suggest you especially look at
the top level page
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/
and the Basics Page
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/basics/
to start with.
Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
Dragons have various degrees of flame at their disposal, ranging from
``toast a marshmallow'' to ``make a hole in a rock''. You might want to
keep that in mind next time you consider arguing with a dragon.
-- Robert Asprin, "M.Y.T.H. Inc. Link"
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users