This Program is a simple piece of code to get you started with reading, writing and processing TIF images. An additional function to scale the image to a canonical height-width is also provided. Requirements: Linux (any decent distribution); LibTiff (http://www.libtiff.org/) Compiling: g++ -ltiff scaletiff.cpp -o scaletiff Execution: ./scaletiff Issues: This might not work for TIF files generated by other platforms such as Windows etc. Just do a conversion of the TIF files on the Linux platform using something like: $ mogrify -format tif *.tif Queries/Comments: please mailto pramod_sankar [AT] research[dot]iiit[dot]ac[DOT]in