Which version? Try upgrading. What does imagemagick identify return?

It seems to work for me

$ pmvers Image::Info 1.29 $ perl -MImage::Info=image_info -MDDS -e ' Dump( image_info (shift) )' + untitled.tif $HASH1 = { BitsPerSample => [ ( 8 ) x 3 ], Compression => 'LZW', file_ext => 'tif', file_media_type => 'image/tiff', height => 435, NewSubfileType => '', PhotometricInterpretation => 'RGB', PlanarConfiguration => 'Chunky', ResolutionUnit => 'dpi', RowsPerStrip => 7, SamplesPerPixel => 3, StripByteCounts => [ ( 178 ) x 7, 186, 209, ( 205 ) x 2, 212, ( 220 ) x 4, 216, 218, 220, 219, 218, 219, 224, 234, 243, 245, 251, 247, 249, 220, ( 218 ) x 5, 220, 223, 228, 186, ( 178 ) x 23, 69 ], StripOffsets => [ 8, 186, 364, 542, 720, 898, 1076, 1254, 1440, 1649, 1854, 2059, 2271, 2491, 2711, 2931, 3151, 3367, 3585, 3805, 4024, 4242, 4461, 4685, 4919, 5162, 5407, 5658, 5905, 6154, 6374, 6592, 6810, 7028, 7246, 7464, 7684, 7907, 8135, 8321, 8499, 8677, 8855, 9033, 9211, 9389, 9567, 9745, 9923, 10101, 10279, 10457, 10635, 10813, 10991, 11169, 11347, 11525, 11703, 11881, 12059, 12237, 12415 ], "Tag-0x013d" => 1, width => 581, XResolution => '', YResolution => '' }; $ identify untitled.tif untitled.tif TIFF 581x435 581x435+0+0 8-bit DirectClass 12.9kb

In reply to Re: Image::info not working properly for tiff images by Anonymous Monk
in thread Image::info not working properly for tiff images by anusuya

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.