AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2004

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2004.07.13 22:44 "multi image "no put routine" error", by Kuo-lin Fang
2004.07.14 01:56 "Re: multi image "no put routine" error", by Frank Warmerdam
2004.07.14 14:48 "Re: multi image "no put routine" error", by Kuo-lin Fang
2004.07.14 15:10 "Re: multi image "no put routine" error", by Frank Warmerdam
2004.07.14 16:57 "Re: multi image "no put routine" error", by Joris Van Damme

2004.07.14 14:48 "Re: multi image "no put routine" error", by Kuo-lin Fang

On Tue, 13 Jul 2004, Frank Warmerdam wrote:

> 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.
>
> Best regards,
> --

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