Hello, Perlmonks.com! I've been here in the past for solutions or to blow off time in school, but now I have a problem that's rather annoying.

I'm editing some source code for a (http://knightsoftheoldrepublic.filefront.com/file/KOTOR_and_TSL_Save_Game_Editor_English_Language_Only;68852). The guy who programmed it used Tk::PNG and Imager::File::PNG to make the icons for the items in the inventory, since the games uses .tga files with alpha channels.

My problem is that I downloaded (http://gnuwin32.sourceforge.net/packages/zlib.htm) zlib and (http://gnuwin32.sourceforge.net/packages/libpng.htm) libpng(the first link on each page, marked "Setup") and installed them to C:\Program Files\GnuWin32. Now when I try to use CPAN in the command prompt, I type "install Imager::File::PNG", and I get (http://ppm4.activestate.com/MSWin32-x86/5.16/1600/T/TO/TONYC/Imager-File-PNG-0.89.d/log-20130716T041338.txt) this.

Sorry for the long post, but bottom line: Can anyone help me with installing this? I have Win XP, btw. If no one can help me, Are there any alternatives that work with Tk that will let me use the images without showing the alpha layer?

Thanks for reading, and happy programming!


In reply to Help with Imager::File::PNG by Fair Strides

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.