sujan.parajuli2070 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Reading TIF file in Perl
by kennethk (Abbot) on Nov 30, 2016 at 17:52 UTC
    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.

Re: Reading TIF file in Perl
by Corion (Patriarch) on Nov 30, 2016 at 19:28 UTC