I am looking for a tool that can process directories or directory trees containing image files and output a line-by-line plaintext directory listing of file names and image properties.
I am mainly interested in dumping out resolution and color information for TIFF files. Console applications would be preferable. Support for other image formats would be a plus, I guess. I would also like to be able to specify which properties (resolution, DPI, color depth, compression, etc.) would go into the listing.
I thought Lib Tiff would be capable of something as trivial as this, but have not been able to figure out (if) how.
Is there such a batch processing tool on Windows that can dump image information into a text file?