posted 17 years ago
I mean I don't need to display the image.
What is happening is a have a directory of 14000 image files in TIFF. These have to be converted to jpeg2000. Some of these were scanned at 300dpi(approx 12500) and some at 150dpi, some were photographed using a digital camera and have a different dpi. I need to be able to create an excel file (or similar) which has the TIFF filename, the dpi of the image, and the checksum. The conversion is done in Kakadu by another programmers program, he needs to know which files are in the lower dpi because the conversion needs different parameters when the dpi is lower. So I have been asked to create a small app to point at the TIFF files and get this information.
Sorry for not explaining well
Connie