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

2007.03.15 17:25 "Re: [Tiff] tiff 32bit float writer", by Giuseppe Rota

Probably tiff@lists.maptools.org didn't receive my message, anyway the problem was that I forgot to move the if outside of the inner for... now it works. Sorry for wasting your time guys.

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

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

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)