cannot display other than layer 0 of TIF IM 6.9.2.3 Q16 Mac OSX
Posted: 2015-10-07T16:21:27-07:00
I have this 250x250 original transparent PNG:
I opened it in Photoshop and copied it to a larger size (300x300) transparent background and saved it as PSD and then as TIF:
http://www.fmwconcepts.com/misc_tests/t ... mickey.psd
http://www.fmwconcepts.com/misc_tests/t ... key_ps.tif
mickey.psd[0] PSD 300x300 300x300+0+0 8-bit sRGB 248KB 0.000u 0:00.000
mickey.psd[1] PSD 250x250 250x250+25+25 8-bit sRGB 248KB 0.000u 0:00.000
mickey_ps.tif[2] TIFF 300x300 300x300+0+0 8-bit sRGB 492KB 0.000u 0:00.000
mickey_ps.tif[3] TIFF 250x250 250x250+25+25 8-bit sRGB 0.000u 0:00.000
Both have two layers.
Now I try to display each layer. They all work, except mickey_ps.tif[1]
convert mickey.psd[0] show:
convert mickey.psd[1] show:
convert mickey_ps.tif[0] show:
convert mickey_ps.tif[1] show:
convert: no images defined `show:' @ error/convert.c/ConvertImageCommand/3230.
I opened it in Photoshop and copied it to a larger size (300x300) transparent background and saved it as PSD and then as TIF:
http://www.fmwconcepts.com/misc_tests/t ... mickey.psd
http://www.fmwconcepts.com/misc_tests/t ... key_ps.tif
Code: Select all
identify mickey.psd mickey_ps.tif
mickey.psd[1] PSD 250x250 250x250+25+25 8-bit sRGB 248KB 0.000u 0:00.000
mickey_ps.tif[2] TIFF 300x300 300x300+0+0 8-bit sRGB 492KB 0.000u 0:00.000
mickey_ps.tif[3] TIFF 250x250 250x250+25+25 8-bit sRGB 0.000u 0:00.000
Both have two layers.
Now I try to display each layer. They all work, except mickey_ps.tif[1]
convert mickey.psd[0] show:
convert mickey.psd[1] show:
convert mickey_ps.tif[0] show:
convert mickey_ps.tif[1] show:
convert: no images defined `show:' @ error/convert.c/ConvertImageCommand/3230.