2007.03.15 12:34 "[Tiff] tiff 32bit float writer", by Giuseppe Rota

2007.03.15 13:54 "Re: [Tiff] 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)