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

2001-07-01 Thread Jeff Lewis
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. this is my guess as far as i know by default this pixels. so the likehood you would see

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

2001-07-01 Thread ReDucTor
, 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 on line 41 and that is the ImageCopy line: $image = ImageCreate(500, 70

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 PHP image generation? shouldn't

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

2001-07-01 Thread ReDucTor
); - 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 and no luck, it has me stumped :) Jeff -Original

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

2001-07-01 Thread Jeff Lewis
($image, signature.png); 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

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 great! Thanks a lot! GIF

[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

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