Gossamer Forum
Home : General : Perl Programming :

Get the Banner Width and heigth when it is in another server???

Quote Reply
Get the Banner Width and heigth when it is in another server???
  Some time ago, alex told me that to get the size of a file in another server, I needed to use

use LWP:Simple
$file = get ("http://server.com/ban.gif");
$size = lenght ($file);

Is it possible to know the height and the widht of the banner?
Quote Reply
Re: Get the Banner Width and heigth when it is in another server??? In reply to
If you have something like GD installed, you can make a call to that to get the size/width.