Page 1 of 1

Combine many image in one image with layers

Posted: 2019-03-08T07:59:05-07:00
by ChristianK
Hi,
Is it possible to combine 3 images in one with layers, save as TIFF ?
Images have the same file/resolution

Thanks in advance for your help,
Christian

Re: Combine many image in one image with layers

Posted: 2019-03-08T08:30:38-07:00
by snibgo
I'm not sure what you want. You can save multiple images in a single TIFF file like this:

Code: Select all

magick a.png b.png c.png out.tiff

Re: Combine many image in one image with layers

Posted: 2019-03-08T08:47:27-07:00
by ChristianK
Hi Snibgo,
Thanks for your help,
I want to save multiples images in a single TIFF file, but each image in a layer, do you think is it possible.
What you write didn't have layers in TIFF.
Regards,
Christian

Re: Combine many image in one image with layers

Posted: 2019-03-08T08:54:34-07:00
by snibgo
IM can write multiple images, but not layers within an image.

Re: Combine many image in one image with layers

Posted: 2019-03-08T08:56:28-07:00
by ChristianK
ok,
Thank You Snibgo