use LWP::Simple qw( get ); my $image = get("http://example.com/images/file.jpg"); defined($image) or die("Unable to fetch image\n"); my $image = GD::Image->new($image);
In reply to Re: Question: how to check remote image property
by ikegami
in thread Question: how to check remote image property
by lihao
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |