Yes, this is correct. This appears to be the issue with my installation of Strawberry PERL for me too and is probably the root cause of the error in the title of this post.

So I found a post comment by Tony Snow, the author of the Imager Perl module. He reports that Window's user should probably install the image extension libraries from their GNUWin32 versions. He then recommends installing Imager manually and pointing the Makefile.PL to the the library locations such as the GNUWin32 version of the JPEG library.

I have installed the library for jpegs, but I don't know how to point the Makefile.PL to the JPEG library. Does anybody have a suggestion for how to do this? It is not immediately apparent to me, looking over the Makefile.PL file where it's looking for libraries.

Sinan Ünür is also helping me with this over at Stack Overflow, although the test script he suggested reported an existing PNG support even though no JPEG support was supposedly installed. This message from the test script counters the subsequent message I got from trying to install the Imager 0.67 module manually. Additionally, even after changing all my 2000+ images to PNG and then running my two database building images with appropriate instances changed in the code from JPEG to PNG, the results with my two database filling scripts, are the same errors:

"Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137."


In reply to Re^5: Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137. by Anonymous Monk
in thread Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137. by socrtwo

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.