Help for this page

Select Code to Download


  1. or download this
    $image->Read(file=>\*IMAGE) || die "Unable to read image: $!";
    
  2. or download this
    { my $result = $image->Read(file => \*IMAGE);
      die $result if $result;
    }