Posted: 2006-07-16T18:00:59-07:00
You can do muitiple image composition by using -flatten and -mosaic
For more info see...
Mosaics of multiple images, Compose Methods and Mosaics
http://www.cit.gu.edu.au/~anthony/graph ... s/#compose
WARNING: the IM examples is at this moment shown a major bug in GIF
transparency handling, example image results for GIF may be incorrect.
This should be fixed by the end of the day.
Code: Select all
convert 1.jpg 2.jpg 3.jpg 4.jpg \
-compose plus -background black -flatten out.jpg
Mosaics of multiple images, Compose Methods and Mosaics
http://www.cit.gu.edu.au/~anthony/graph ... s/#compose
WARNING: the IM examples is at this moment shown a major bug in GIF
transparency handling, example image results for GIF may be incorrect.
This should be fixed by the end of the day.