2004.07.13 22:44 "[Tiff] multi image "no put routine" error", by Kuo-Lin Fang

2004.07.14 14:48 "Re: [Tiff] multi image "no put routine" error", by Kuo-Lin Fang

I believe the function it is needing is to "put" the image from the file into your buffer. Can you give a tiffinfo report for the file in question? I would *imagine* the configuration of the subsequent directories is different than the first and the later cases are not supported by the RGBA interface.

Got you. Yes, you are right. The last 4 directories are 16-bit gray scale, so I can not use TIFFReadRGBAImage. But instead, it seems like no function I can use to get the whole gray scale image? Should I use something like TIFFReadEncodedStrip?

thanks,

Kuolin