in reply to Need module for retrieving pixels from GIF format image...
There are many image processing modules - the three major ones are Image::Magick, Imager and GD - any one of the three should do what you want. None of the three are convenient to build, as all three rely on lots and lots of external libraries to do the heavy lifting.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Need module for retrieving pixels from GIF format image...
by Cody Pendant (Prior) on Mar 22, 2006 at 08:04 UTC | |
Re^2: Need module for retrieving pixels from GIF format image...
by gawatkins (Monsignor) on Mar 22, 2006 at 13:53 UTC |