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:
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/logob5.png)
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/logot.png)
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
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/logo_im_0.png)
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/logo_im_1.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:
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/im_tif_screenshot.png)
PS TIFF in PS:
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/ps_tif_screenshot.png)
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/ps_tif_screenshot_layer1.png)
![Image](http://www.fmwconcepts.com/misc_tests/im_tiff_bug/ps_tif_screenshot_layer2.png)