Quoting "Richard L. Grubb" <rlgrubb@earthlink.net>: > I have a received a TIFF file from an overseas friend that I have not > been able to view with any of my viewers either at home or at work. I > have studied the format of the file, and per the TIFF 6.0 spec, I > don't see anything wrong with it yet. It uses JPEG compression and > YCbCr Colors. Is there a MacPerl module or package I can get that > will help me to display this picture? Of course the great thing about > Perl is, even if the modules won't handle certain Tags or encoding > schemes, I can modify the program myself. LOL. I downloaded several > Graphics related modules at work (UNIX box), but haven't had time to > dissect them all to see what their TIFF capabilities are. As Bart Lateur suggested, libtiff or something based on it is probably the way to go. On UNIX the plain libtiff distro includes binaries that you can dissect the image file with. Going on from there, on UNIX you'd have access to ImageMagick or Gimp to start with. There's a Mac port of IM that also makes analysis and processing tools available, but no viewer (I think). I think Bart also suggested Photopaint - I've been away from MacOS for the better part of the year, but I recall obtaining a free copy of CorelDraw and Photopaint from the Corel website late last year. I think it was version 8, and sort of "lite". Worked fine, though. Finally, on MacOS there is always GraphicConverter. If this doesn't do it then that TIFF is hosed. :-) HTH, Arved Sandstrom --------------------------------------------------------------- This mail was sent through the Nova Scotia Provincial Server, with technical resources provided by Chebucto Community Net. http://nsaccess.ns.ca/mail/ http://www.chebucto.ns.ca/ # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org