[PHP] Change gif image with php

2002-02-16 Thread Rodrigo Peres
Hi list I have some buttons made in photoshop in .gif format. This buttons have round corner, feather, multiple colors etc. There's a way to open it with php and write some text to it. I know that is possible to create images, but what about to change them??? I need to do this because the text

Re: [PHP] Change gif image with php

2002-02-16 Thread Adrian Murphy
, February 16, 2002 7:49 PM Subject: [PHP] Change gif image with php Hi list I have some buttons made in photoshop in .gif format. This buttons have round corner, feather, multiple colors etc. There's a way to open it with php and write some text to it. I know that is possible to create images

Re: [PHP] Change gif image with php

2002-02-16 Thread Andrew Brampton
ya its completly possible.. I've never done it, but I'm sure I read how to over at phpbuilder.com Andrew - Original Message - From: Rodrigo Peres [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Saturday, February 16, 2002 7:49 PM Subject: [PHP] Change gif image with php Hi list I

Re: [PHP] Change gif image with php

2002-02-16 Thread hugh danaher
); ImageDestroy($image); ImageDestroy($image2); header(location: finished.php); ? - Original Message - From: Rodrigo Peres [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Saturday, February 16, 2002 11:49 AM Subject: [PHP] Change gif image with php Hi list I have some buttons made in photoshop

Re: [PHP] Change gif image with php

2002-02-16 Thread Rasmus Lerdorf
Rodrigo, I've been struggling with this for some time, so here goes: The php4 builds do not support .gif files, you'll need to change your files to .jpg or .png format, or use php3 (I can't change to php3). This is not true. GIF support depends solely on the version of the GD library PHP