concatenating images of different size, with gap between,
Posted: 2010-06-09T02:45:00-07:00
Hi
I am trying to concatenate two images, which have different size (width), with a small gap between them (no border). I try the following:
montage palc3.tif dpac5.tif -geometry +1+0 -tile 2x1 -compress LZW concat.tif
However, the tile command seems to create two cells with the size of the larger image. Thus, there is a lot of space left around the smaller image in the concatenated file, as described in the documentation. What is a good way to get around this?? Earlier someone suggested using splice with convert, but -splice is not recognized by convert?
Sorry to start a new thread about this, but I thought this might be a useful reference.
I am trying to concatenate two images, which have different size (width), with a small gap between them (no border). I try the following:
montage palc3.tif dpac5.tif -geometry +1+0 -tile 2x1 -compress LZW concat.tif
However, the tile command seems to create two cells with the size of the larger image. Thus, there is a lot of space left around the smaller image in the concatenated file, as described in the documentation. What is a good way to get around this?? Earlier someone suggested using splice with convert, but -splice is not recognized by convert?
Sorry to start a new thread about this, but I thought this might be a useful reference.