Actually you were right, Image::Magick does have a method to query pixel color:
$image->Get('Pixel[x,y]')It returns a scalar value containing a comma seperated list R,G,B,A. There's also $image->GetPixels(), but I've had some issues getting accurate color readings from it, though that's likely an error on my part.
In reply to Re^2: Perl Image Analysis
by Koosemose
in thread Perl Image Analysis
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |