How join Multiple images in one image file? (not anim)

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
kiki

How join Multiple images in one image file? (not anim)

Post by kiki »

How join Multiple images in one image file?
i have 100 images and i want to:
-add image 00.bmp to main.bmp
-add image 01.bmp to the end, bottom 00.bmp in main.bmp
-....
-add image 100.bmp to the end, bottom 99.bmp in main.bmp

When i use -adjoin i get always other multiple files (png, bmp) or when gif is output i get anim gif where every bmp image is a separate frame.
Other words i looking for opposite for -split command
kiki

Re: How join Multiple images in one image file? (not anim)

Post by kiki »

Ok i solved this myself.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How join Multiple images in one image file? (not anim)

Post by fmw42 »

User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How join Multiple images in one image file? (not anim)

Post by anthony »

Or the various image layering techniques
http://www.imagemagick.org/Usage/layers/
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply