On 12/2/06, Leonid Grinberg <[EMAIL PROTECTED]> wrote:
Is there a (relatively simple) way to modify an image in Perl?
Sure; use a module from CPAN.
Ideally, this would be a PNG or GIF image. I just need to be able to modify the colors of specific pixels.
Probably GD can do what you want; Image::Magick seems like overkill. http://search.cpan.org/modlist/Graphics Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
