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

Re: [PHP] Change gif image with php

2002-02-16 Thread hugh danaher
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). I use imagecreate() func. before imagecreatefromjpeg() func. because if I didn't do this,

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 l

Re: [PHP] Change gif image with php

2002-02-16 Thread Adrian Murphy
button.php fot this to work you need to upload VERDANAB.TTF to a folder called 'fonts' and you call the image like this: to draw 'hello' on a button called 'mybutton.gif' stored in 'images' folder - Original Message - From: "Rodrigo Peres" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECT