2008.12.11 00:12 "[Tiff] TIFF sample images updated", by Bob Friesenhahn

2008.12.17 19:02 "Re: [Tiff] Extracting layers from a TIFF file", by Igor Skochinsky

Hello Mitesh,

Wednesday, December 17, 2008, 1:34:24 PM, you wrote:

Our tiff files are created in Photoshop composing of several layers (50 +) and then saved in a tiff file.

Now I have to write code to separate each layer information embedded in the tiff file and GENERATE A SEPARATE FILE for each layer. Or in other words decompose the combined layers

There is a confusion about multipage, layers and channels.

Can somebody explain in detail what are the above?

Do you all mean to say in Tiff layer data is stored as channels?

When you export a TIFF file, Photoshop puts each layer into a separate TIFF channel. (It also writes a custom TIFF tag with some information about those layers.) So, if you split the TIFF into separate channels, you should get what you need.

--
WBR,
 Igor mailto:skochinsky@mail.ru