in reply to Script or Module to recreate underlying data from a graph/chart image

The Imager module has the ->getpixel() method which can read the colour value at a location in an image. I guess that all the other imaging modules (Image::Magick, GD,...) also have comparable routines, but I don't know them.

  • Comment on Re: Script or Module to recreate underlying data from a graph/chart image
  • Download Code

Replies are listed 'Best First'.
Re^2: Script or Module to recreate underlying data from a graph/chart image
by whakka (Hermit) on Jan 11, 2008 at 17:25 UTC
    Thanks Corion, this looks exactly like what I would need.