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
Combine many image in one image with layers
-
- Posts: 10
- Joined: 2019-03-04T08:44:14-07:00
- Authentication code: 1152
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Combine many image in one image with layers
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
snibgo's IM pages: im.snibgo.com
-
- Posts: 10
- Joined: 2019-03-04T08:44:14-07:00
- Authentication code: 1152
Re: Combine many image in one image with layers
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
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
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Combine many image in one image with layers
IM can write multiple images, but not layers within an image.
snibgo's IM pages: im.snibgo.com
-
- Posts: 10
- Joined: 2019-03-04T08:44:14-07:00
- Authentication code: 1152
Re: Combine many image in one image with layers
ok,
Thank You Snibgo
Thank You Snibgo