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
March 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.03.15 12:34 "tiff 32bit float writer", by Giuseppe Rota
2007.03.15 13:54 "Re: tiff 32bit float writer", by Kai-uwe Behrmann
2007.03.15 17:25 "Re: tiff 32bit float writer", by Giuseppe Rota

2007.03.15 13:54 "Re: tiff 32bit float writer", by Kai-uwe Behrmann

Did you crosscheck with TIFFWriteScanline and do printf the strip_size 
variable?

regards
Kai-Uwe Behrmann
--
development for color management 
www.behrmann.name + www.oyranos.org + www.cinepaint.org


Am 15.03.07, 13:34 +0100 schrieb Giuseppe Rota:

>    tsize_t strip_size = TIFFStripSize (tif);
>    tstrip_t strips_num = TIFFNumberOfStrips (tif);

>            if (TIFFWriteEncodedStrip (tif, s, strip_buf, strip_size) == 0)