- or download this
use Image::Size;
for(@files) {
...
my ($x, $y) = imgsize($_);
print "$_: x=$x, y=$y<BR>\n";
}
- or download this
use Image::Size;
for(@files) {
...
my ($x, $y) = imgsize($_);
print "$_: x=$x, y=$y<BR>\n";
}
- or download this
use Image::Size;
for(@files) {
...
my ($x, $y) = imgsize($_);
print "$_: x=$x, y=$y<BR>\n";
}
- or download this
opendir(DIR,"../images/dir/name");
@files = grep -f && /\.jpe?g$/i, readdir(DIR);
...
my ($x, $y) = imgsize($_);
print "$_: x=$x, y=$y<BR>\n";
}