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 17:25 "Re: 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?
>
> 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)
>