Help for this page

Select Code to Download


  1. or download this
     $iutImage->Read(@_);  # get the image under test (iut)
    
  2. or download this
    my $x = $iutImage->ReadImage($_[0]);
    warn "$x" if "$x";