Help for this page

Select Code to Download


  1. or download this
    ##################################
    ########### Deal with image
    ...
        open my $fh, '<:raw', \$buf;
        $image = readflex( $fh, [{ Type => 'byte', Dims => $dims }])
    }