Using TIFF library to
read/write images on Windows - instruction and sample programs:
- Download tiff.h, tiffio.h,
libtiff.lib,
jpeg2tiff.c,
tiff2jpeg.c,
testimg.tif
and save in the same directory.
- Double click on jpeg2tiff.c
or tiff2jpeg to launch Microsoft Visual C++.
- From
Projection->Setting->Link, add libtiff.lib and jpeg.lib in
Object/library modules.
- Press Ctrl+F5 to compile and
run (assuming you already have jpeg library ready).
Note: