Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    die "Didn't work" unless defined $img;
    my ($w, $h)= $img->getBounds();
    print $file,": ",$w," x ",$h,"\n";