Reading in a
TIFF file is no different than any other file, subject to being aware that you probably want to use
binmode or
slurp. What are you trying to accomplish once you've read it?
perl tiff or
tiff might give you some good code ideas.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.