Hi, I've got following problem. I'm using Tk::Toolbox module. It uses inline images (additional file with ascii coded images) for icons. I'd like to extend the library of these icons, unfortunately I do not know how??? I tried to find something about it, but the only thing is that one can use XPM format to convert it later to Perl inline ASCII. Ok, I've got Imagemagick, which can write XPM. But what next? I know, that one can use XPM images directly as well, but I'd like to use the same format like Tk::Toolbox. In th edecription of Toolbox is written only, that inline images for icons have been generated using text|photo methot (WHATEVER it is). Can someone help? (Happy New Year - Or better Happy New Perl ;-) TheMarty

In reply to Inline images in Perl by TheMarty

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.