I want to read tiff images in C (windows 64 bit, visual studio 2008). Is there a place where I can get compiled library for libtiff 64bit? The one available at http://bigtiff.org/libtiff.lib-4.1.zip, is compiled for 32 bits and throws link errors when used for 64 bit project.
I am willing to explore other(simple) libraries for reading 16 bit TIFF images in the setup mentioned.
libtiffyourself though. – Mark Ransom Nov 21 '12 at 17:09