The
GD module is pure perl, although it does contain some code which needs to be compiled, and if you get a pre-compiled version then you don't even have to bother with that. Although the current
GD doesn't support the
GIF format any more due to patent issues, older versions will work fine if you have the correct libraries.
If you find GD a little tricky, then there's a spangly new alternative which doesn't require an external image library (although probably requires format specific libraries), which is Imager.
Although both these require some XS code at some point there's a very good reason for that - doing image manipulation with perl would most probably be prohibitively slow, but to be sure I guess there's one way of truly finding out: write the modules yourself.
HTH
_________
broquaint
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.