Does not recognize TIFF layers
Posted: 2013-10-04T06:34:38-07:00
I have problems when converting layered TIFF file:
The sample can be found here:
https://dl.dropboxusercontent.com/u/341 ... F-test.tif
The image is contains 3 layers with transparent background, made with Photoshop (CS5 as far as can be read from the metadata)
Identify shows info for single layer
Some conversions:
The sample can be found here:
https://dl.dropboxusercontent.com/u/341 ... F-test.tif
The image is contains 3 layers with transparent background, made with Photoshop (CS5 as far as can be read from the metadata)
Identify shows info for single layer
Some conversions:
- 1. TIFF to PNG/GIF - only the topmost layer is found, its transparency is retained, the other 2 layers are discarded
https://dl.dropboxusercontent.com/u/34111308/test.pngTried also with -layers merge - no luckCode: Select all
convert MultiLayer-TIF-test.tif test.png
2. TIFF to JPG
https://dl.dropboxusercontent.com/u/34111308/test.jpgwith -flatten optionCode: Select all
convert MultiLayer-TIF-test.tif test.jpg
https://dl.dropboxusercontent.com/u/341 ... latten.jpgCode: Select all
convert -flatten MultiLayer-TIF-test.tif test.jpg