2007.08.02 16:38 "[Tiff] reading planar images using TIFFReadScanline", by Christian Henning

2007.08.03 15:17 "Re: [Tiff] reading planar images using TIFFReadScanline", by Christian Henning

Thanks for the advise. Yes, my code can read. But I'm using TIFFReadEncodedStrip and I get the right data. I was just wondering if there is a way to read it using TIFFReadScanline?

Does anyone know if it's possible?

Christian

On 8/3/07, Kai-Uwe Behrmann <ku.b@gmx.de> wrote:

CinePaint reads Caspian.tif fine. Is your code ready for the data?

  Bits/Sample: 64
  Sample Format: IEEE floating point
with libtiff 3.8.2

Am 02.08.07, 13:45 -0400 schrieb Christian Henning:

Sorry, I should have read my email before sending. My question regarding TIFFReadScanline was in conjunction with planar images. Here as everyone knows the channels are stored subsequently. So, it made me wonder if TIFFReadScanline still works. A quite test with the caspian.tif test image results in a messed up image.