Re: GD getBounds problem

2002-03-21 Thread zentara
On Wed, 20 Mar 2002 12:18:28 -0800, [EMAIL PROTECTED] (Agustin Rivera) wrote: >I have a problem. The code below creates the error below. I can't see what >is wrong with it. I could of swore this code used to work. >Any ideas? > >use GD; >use LWP::Simple; >use strict; >### GET IMAGE ATTRIBS ><.

GD getBounds problem

2002-03-20 Thread Agustin Rivera
I have a problem. The code below creates the error below. I can't see what is wrong with it. I could of swore this code used to work. Any ideas? use GD; use LWP::Simple; use strict; ### GET IMAGE ATTRIBS <.. bunch of code that gets an image off the web and writes it to disk successfully ..> o