Page 1 of 1

Add multiple png pictogramme inside another picture

Posted: 2007-06-06T05:50:05-07:00
by stefan.l
Hi all ImageMagick users,

I try to add several small png files inside one bigger but in one way.
I have ten pictograms in png format and I want to put these at different point inside the major png file.
At this time I can do that doing this :

composite picto1.png map.png map_temp.png
composite picto2.png map_temp.png map_temp2.png
etc...

Can I do this only once ?

kind regards.

Stefan

Re: Add multiple png pictogramme inside another picture

Posted: 2007-06-06T19:57:55-07:00
by anthony
Yes convert can do multiple image compistion. So can -flatten and -mosaic
See the IM Examples section, Mosaics of Multiple Images
http://www.imagemagick.org/Usage/mosaics/
for all the details of the methods you can use. Including resizing and placement.