PDA

View Full Version : Bitmap joining tools?


Jamie W
05-22-2006, 07:13 AM
Hi,

I'm looking for a tool that will join 2 bitmap images together, and export the result as a 3rd bitmap image.

So if I have 2 bitmaps, A and B, say A is 100 pixels high, and B is 200 pixels high, the exported bitmap image would put A on top of B, and be 300 pixels high.

Be great if there was a command line tool for this, is there anything like that?

Thanks.

soniCron
05-22-2006, 08:54 AM
Imagemagick (http://www.imagemagick.org) is exactly what you want.

Jamie W
05-22-2006, 09:14 AM
Looks perfect! - Thanks Daniel.