Leonid Grinberg wrote:
Hello,

Is there a (relatively simple) way to modify an image in Perl?
Ideally, this would be a PNG or GIF image. I just need to be able to
modify the colors of specific pixels.

Thanks in advance!

Hello Leonid

The GD module will do what you want. It will do a lot more besides, but you will
find that with all the graphics modules that I know about. It's an interface to
the GD graphics library, and so needs that installed as well. Come back here if
you need any help installing it or using it.

Rob



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to