Help for this page

Select Code to Download


  1. or download this
    my $index = $myImage->getPixel(20,100);
    my ($r,$g,$b) = $myImage->rgb($index);