2010.02.15 13:16 "[Tiff] Using libtiff in Visual C++ 6.0", by Weichao Wang

2010.02.15 15:43 "Re: [Tiff] Using libtiff in Visual C++ 6.0", by Bob Friesenhahn

I've implemented reading, writing and dithering tiff in Visual C++ 6.0 for gray scale tiff image, but (unfortunately!!!) only for uncompressed tiff files (and not for tiled files), since I don't know the various (un)compression processes. Now I'd like to make use of libtiff to enable the programm to process compressed files. Is there a step by step guide on how to use libtiff in VC++6? Many thanks!

Visual C++ 6.0 is over 12 years old now...

The documentation I am aware of is at "http://www.remotesensing.org/libtiff/build.html#PC", but it only addresses building libtiff (using 'nmake'), and not how to use it in your own project.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/