There is no graphical format that Perl is "better" or "worse" in. We (probably) all know the problems there are with the .gif format because of Unisys' patents on the LZH algorithm. Therefore packages like GD officially no longer support .gif.

The .png format came as solution to that and it is fully supported by modules like GD, so that's no problem. The .jpg fileformat has just other applications, it's more suitable for photos.

There is no 'better' involved in the choice between gif and png, it just has to do with the licensing issues of the LZH algorithm in gif, which isn't an issue in .png

Jouke Visser, Perl 'Adept'
Using Perl to help the disabled: pVoice and pStory

In reply to Re: Which graphics format can Perl alter easier and more? by Jouke
in thread Which graphics format can Perl alter easier and more? by bladx

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.