Possible bug, IM cannot make a layered tiff that shows the layers in PS
Posted: 2017-01-28T13:14:28-07:00
.
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:
test.tif shows two layer in the IM verbose information. But PS only displays the first and shows no mention of the second.
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