Is there a way to sample the color (know what is the color or the range of colors) in a specific area in a given image using perl? Let's say I have a 200X200 image and I want to sample the color (or colors) in the area X: 15; Y: 30;. Is there a way to do this? Or is there any existing module that could make this easy to implement (especially given that there are many areas to sample within in an image and that there are many images).
Thanks!
Fred