| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2007.03.15 17:25 "Re: tiff 32bit float writer", by Giuseppe RotaProbably 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? > > 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) > |
|||||||