Page 1 of 1

Possible bug, IM cannot make a layered tiff that shows the layers in PS

Posted: 2017-01-28T13:14:28-07:00
by fmw42
.
I am trying to make a simple test of combining two single layer tif files into a single two-layer tiff. IM sees the resulting two layers in the verbose information, but Photoshop only sees the first layer. Is this a bug? Or does IM not yet know how to write multi-layer tiffs compatible with Photoshop? Or is this just the way Photoshop displays multi-layer tifs?

I am testing on IM 6.9.7.6 Q16 Mac OSX

Here is my test:

Code: Select all

convert logo: logo.tif
convert logo: -blur 0x10 logo_blur.tif
convert logo.tif logo_blur.tif test.tif
test.tif shows two layer in the IM verbose information. But PS only displays the first and shows no mention of the second.

Re: Possible bug, IM cannot make a layered tiff that shows the layers in PS

Posted: 2017-02-21T14:04:52-07:00
by dlemstra
Sorry for replying this late Fred. IM is not reporting two layers it shows two pages. We now only support reading the PSD tiff layer information we cannot write it.

Re: Possible bug, IM cannot make a layered tiff that shows the layers in PS

Posted: 2017-02-21T15:06:56-07:00
by fmw42
dlemstra wrote: 2017-02-21T14:04:52-07:00 Sorry for replying this late Fred. IM is not reporting two layers it shows two pages. We now only support reading the PSD tiff layer information we cannot write it.

If IM is creating two pages and not two layers, that is rather odd. I did not know that TIFF supported pages. I thought it would create two layers.

Can IM be changed to support creating multiple layers?