Help for this page

Select Code to Download


  1. or download this
    #!/perl/bin/perl
    #
    ...
        my ($x,$y,$id) = imgsize($_);
        print "$_ width=",$x/$scale,"in, height=",$y/$scale,"in\n";
    }