in reply to Creating an image with GD.

Have you looked at "Programming Web Graphics with Perl" by Shawn Wallace (ISBN 1565924789)?

It is a tad old, but I managed to pick it up for $5 on the discount shelves and it does cover GD.

Replies are listed 'Best First'.
Syntax error.
by Anonymous Monk on Aug 10, 2002 at 16:04 UTC
    Also, there's a syntax error. my $text = new GD::Text->new( $image, font => gdLargeFont, text => "Perl Coder", color => "white", valign => "top", halign => "center", ); ^See that "new GD::Text-new(".