Help for this page

Select Code to Download


  1. or download this
    sub _getJpegDimensions {
        my $path = shift;
    ...
            return (0,0);
        }
    }
    
  2. or download this
    my ($width, $height) = &_getJpegDimensions("path to jpg as string");