[PHP] Resize an image from URL

2002-12-10 Thread fragmonster
Hi, I want to resize an image from an URL if it is too large. Is there a way to know the size (width and height) of an image from an url without download it? For exemple: getWidth(http://www.toto.com/imlage.gif) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Resize an image from URL

2002-12-10 Thread Jason Wong
On Tuesday 10 December 2002 18:52, fragmonster wrote: Hi, I want to resize an image from an URL if it is too large. Is there a way to know the size (width and height) of an image from an url without download it? For exemple: getWidth(http://www.toto.com/imlage.gif) No. PHP is good, but not

Re: [PHP] Resize an image from URL

2002-12-10 Thread Mika Tuupola
On Tue, 10 Dec 2002, fragmonster wrote: I want to resize an image from an URL if it is too large. Is there a way to know the size (width and height) of an image from an url without download it? For exemple: getWidth(http://www.toto.com/imlage.gif) Depending on the version of PHP