Does anyone know of any TIFF parsing routines written in MacPerl? I know there is a TIFFLib in C and a similar library in Python for parsing TIFFs, but I'm not a C or Python programmer, and am only a basic Perl scripter. I've looked at the TIFF spec (DLed from the Adobe site) and gotten some feedback from the TIFF mailing list, where the gist seemed to be "Find a library. It's too complicated to roll your own." I'm looking, btw, to create a droplet that can handle any number of graphic files and (in the case of TIFFs) generate a report on their image width and height, resolution, and color mode. TIA for any references. Ben