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

Greetings, Fellow Monks,

I'm trying to figure out a way to use Perl to do some image-based work. Note, I don't mean image-based as in 'editing and creating rectangles', but something along the lines of preloading images, and then outputting them to the screen on top of/in relation to each other.

Does anyone know of a good module(s) to use for this?
Thanks,
Spidy

Replies are listed 'Best First'.
Re: Rendering Graphics with Perl?
by chromatic (Archbishop) on Apr 27, 2006 at 00:48 UTC

    What kind of screen? If this were my project, I would use SDL_perl, but it really depends on what you want to do.

        Hello, There is also GD, which can serve the purpose of Image Editing :) Regards Nishanth