potential bug creating layered tiff IM 6.9.7.7 Q16 Mac OSX
Posted: 2017-02-11T17:09:38-07:00
I am having a problem creating a two layer tif image from two png files with Imagemagick. I do not think this is a new problem, but an ongoing one. When I open the file in Photoshop CS (granted very old), I only see one layer. But I can separate the layers in Imagemagick. If I open the two images in PS, I can create a new tif image with 2 layers and both layers show in PS when I reopen it after saving it.
For example I have one image that was created as a blurred version of logo: and another that was made so the white was transparent. (But the problem does not matter if the images are transparent or not)
Input:
In IM 6.9.7.6 Q16 Mac OSX:
http://www.fmwconcepts.com/misc_tests/i ... ogo_im.tif
Which can be separated into 2 png files:
If I create a two layer tif in PS using the same image, I get
http://www.fmwconcepts.com/misc_tests/i ... ogo_ps.tif
Screen shots show the issue:
IM TIFF in PS:
PS TIFF in PS:
For example I have one image that was created as a blurred version of logo: and another that was made so the white was transparent. (But the problem does not matter if the images are transparent or not)
Input:
In IM 6.9.7.6 Q16 Mac OSX:
Code: Select all
convert logob5.png logot.png logo_im.tif
Which can be separated into 2 png files:
Code: Select all
convert logo_im.tif logo_im_%d.png
If I create a two layer tif in PS using the same image, I get
http://www.fmwconcepts.com/misc_tests/i ... ogo_ps.tif
Screen shots show the issue:
IM TIFF in PS:
PS TIFF in PS: