http://www.perlmonks.org?node_id=538509


in reply to Re: Need module for retrieving pixels from GIF format image...
in thread Need module for retrieving pixels from GIF format image...

I have used GD quite extensively on solutions for the http://www.pythonchallenge.com/ puzzles. It allows for you to getPixel($x,$y) and setPixel($x,$y,$color) if needed. The only drawback is that I have even had difficulty installing this module from the PPM on win32. I never seems to have the same issue twice.

Thank you,
Greg W