2011.09.15 12:36 "Re: [Tiff] TIFFOpen fails on file with large image size.", by John

2011.09.16 01:58 "Re: [Tiff] TIFFOpen fails on file with large image size.", by DonM

From: jcupitt@gmail.com

Could it be a problem with the way your libtiff was compiled? Did you build it yourself and, if you did, how did you configure it? You may need to patch it to enable tif_win32.c. For tiff4beta6 I use this patch:

http://www.vips.ecs.soton.ac.uk/supported/7.22/win32/tiff4.0.0beta6.patch

I don't know if there are any compiler flags which might also need checking.

Thank you for both your testing and your suggestions. You got me on the right track, and I figured out what I was doing wrong -- I was building a debug build application and using a release build library (statically linked). Thanks,

Don