[PHP] Website dealing with PHP image generation?

2001-06-30 Thread Jeff Lewis
Ok, I have tried Experts Exchange, Devshed, and even posted on here asking. Does anyone know how to use the image generation? I looked for a good site on it but found nothing... My problem. I am creating an image on the fly based on newest entries in one my mySQL tables. In this created im

RE: [PHP] Website dealing with PHP image generation?

2001-06-30 Thread Jon Yaggie
Jeff, I am not extremely fimilar with this function. However, I did notice you are copying your image at a width and height of 1x1. this is my guess as far as i know by default this pixels. so the likehood you would see an image copied at 1x1 is rather low. but perhaps i am complete wro

RE: [PHP] Website dealing with PHP image generation?

2001-07-01 Thread Jeff Lewis
t: Wednesday, May 30, 2001 6:31 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Website dealing with PHP image generation? > > > Jeff, > > I am not extremely fimilar with this function. However, I did > notice you are copying your image at a width and height of 1x1. >

Re: [PHP] Website dealing with PHP image generation?

2001-07-01 Thread ReDucTor
gt;; <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 1:48 AM Subject: RE: [PHP] Website dealing with PHP image generation? > I have changed it to below but still get this error "Warning: Supplied > argument is not a valid Image resource in /home/hyrum/public_html/test.php &g

RE: [PHP] Website dealing with PHP image generation?

2001-07-01 Thread Jeff Lewis
Tried with and without and no luck, it has me stumped :) Jeff > -Original Message- > From: ReDucTor [mailto:[EMAIL PROTECTED]] > Sent: Sunday, July 01, 2001 11:53 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Website dealing with PH

Re: [PHP] Website dealing with PHP image generation?

2001-07-01 Thread ReDucTor
quot;); ImageDestroy($image); - Original Message - From: Jeff Lewis <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 2:17 AM Subject: RE: [PHP] Website dealing with PHP image generation? > Tried with and without a

RE: [PHP] Website dealing with PHP image generation?

2001-07-01 Thread Jeff Lewis
ge- > > > From: ReDucTor [mailto:[EMAIL PROTECTED]] > > > Sent: Sunday, July 01, 2001 11:53 AM > > > To: [EMAIL PROTECTED] > > > Cc: [EMAIL PROTECTED] > > > Subject: Re: [PHP] Website dealing with PHP image generation? > > > > > > > &

Re: [PHP] Website dealing with PHP image generation?

2001-07-01 Thread ReDucTor
No Problem - Original Message - From: Jeff Lewis <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 2:48 AM Subject: RE: [PHP] Website dealing with PHP image generation? > I used ImageCreateFromPNG and it worked