Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

GD

by YakitoriSD (Initiate)
on May 06, 2001 at 20:00 UTC ( [id://78359]=perlquestion: print w/replies, xml ) Need Help??

YakitoriSD has asked for the wisdom of the Perl Monks concerning the following question:

Any suggestions on where to find a good tutorial/introduction to the GD library? Thanks.

Replies are listed 'Best First'.
Re: GD
by mincus (Chaplain) on May 06, 2001 at 20:09 UTC
    This is a good place to start...

    PM has had a few discussions about GD.pm as well.

    and Google will almost always find what you are looking for.


    .mincus
    telnet://bbs.mincus.com

Re: GD
by robsv (Curate) on May 06, 2001 at 22:18 UTC
    Lincoln Stein's GD.pm is a Perl port of Thomas Boutell's gd graphics library (which is implemented in C). Though it's more C-specific, Boutell.com's gd page (http://www.boutell.com/gd) provides a lot of useful information and examples, and will give you insight as to how the original library was implemented.

    - robsv
Re: GD
by Dr. Mu (Hermit) on May 06, 2001 at 23:56 UTC
    A good dead-tree intro can be found in O'Reilly's Programming Web Graphics with Perl & GNU Software by Shawn P. Wallace.
Re: GD
by Beatnik (Parson) on May 06, 2001 at 23:00 UTC
    The only downside to GD is that there's a 256 color palette limit... which is fixed in the gd 2.0.1, which is currently as beta :)
    Fingers crossed til it comes out in stable and Lincoln ports it :)

    Greetz
    Beatnik
    ... Quidquid perl dictum sit, altum viditur.
Re: GD
by YakitoriSD (Initiate) on May 07, 2001 at 00:45 UTC
    Thanks. While you're at it, does anyone know where to find GD.pm fonts besides the included ones?
      While you're at it, does anyone know where to find GD.pm fonts besides the included ones?

      Bypass GD entirely and use Image::Magick. Compile in support for Freetype and the world of TrueType fonts is at your disposal.

      xoxo,
      Andy

      %_=split/;/,".;;n;u;e;ot;t;her;c; ".   #   Andy Lester
      'Perl ;@; a;a;j;m;er;y;t;p;n;d;s;o;'.  #   http://petdance.com
      "hack";print map delete$_{$_},split//,q<   andy@petdance.com   >
      
        GD is supposed to support Freetype, but I have so far been unsuccessful at using Freetype 2 with Perl's GD module.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://78359]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-26 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found