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
August 2007

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

2007.08.02 16:38 "reading planar images using TIFFReadScanline", by Christian Henning
2007.08.02 16:52 "Re: reading planar images using TIFFReadScanline", by Bob Friesenhahn
2007.08.02 17:45 "Re: reading planar images using TIFFReadScanline", by Christian Henning
2007.08.03 08:33 "Re: reading planar images using TIFFReadScanline", by Kai-uwe Behrmann
2007.08.03 15:17 "Re: reading planar images using TIFFReadScanline", by Christian Henning
2007.08.04 09:02 "Re: reading planar images using TIFFReadScanline", by Kai-uwe Behrmann
2007.08.02 17:54 "Re: reading planar images using TIFFReadScanline", by Frank Warmerdam

2007.08.03 08:33 "Re: reading planar images using TIFFReadScanline", by Kai-uwe Behrmann

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

regards
Kai-Uwe Behrmann
--
developing for colour management 
www.behrmann.name + www.oyranos.org + www.cinepaint.org

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.
> 
> Regards,
> Christian