Help for this page
sub _getJpegDimensions { my $path = shift; ... return (0,0); } }
my ($width, $height) = &_getJpegDimensions("path to jpg as string");