Hi, folks:
With GD::Image, I can check the width and height of a local image file by the following code
my $image = GD::Image->new('/path/to/local/file.jpg'); my $width = $image->width; my $height = $image->height;
How can I do the same on a remote image like 'http://example.com/images/file.jpg'.
Many thanks
lihao
In reply to Question: how to check remote image property by lihao
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |