Help for this page
Select Code to Download
Select
or
download this
my $index = $myImage->getPixel(20,100); my ($r,$g,$b) = $myImage->rgb($index);