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
August 2006

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

2006.08.03 19:58 "libTiff and MSVC 6.0", by Sean Burke
2006.08.03 21:38 "Re: libTiff and MSVC 6.0", by Bernie Pallek
2006.08.04 14:32 "Re: libTiff and MSVC 6.0", by Gerben Vos
2006.08.04 15:00 "Re: libTiff and MSVC 6.0", by Bernie Pallek

2006.08.04 14:32 "Re: libTiff and MSVC 6.0", by Gerben Vos

Sean Burke wrote:

>     if((TIFFWriteEncodedStrip(tif, 0, buf, width*height)) == -1){

>     The above code is simple enough and doesn't appear to contain any 
> obvious bugs.

Well, I think I can catch one. :-) Since you're writing 16-bit data,
this should be:

>     if((TIFFWriteEncodedStrip(tif, 0, buf, width*height*2)) == -1){

However, this doesn't really explain the exception you're getting.
I'm afraid I can't help you with that.

					Gerben Vos.