On Tue, July 5, 2005 1:22 pm, James said:
> I would then guess the permission error is with the directory stated.
>
> ie /path/to/. Have you tried modifying the directory the script resides in
> to allow public write access?
Woof.
There is NO WAY that you should be required to have a world-writab
I would then guess the permission error is with the directory stated.
ie /path/to/. Have you tried modifying the directory the script resides in
to allow public write access?
- Original Message -
From: "kristina clair" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 05, 2005 3:28 PM
Sub
Install a version of GD with GIF support.
> No, its not listed. What do I need to do?
>
> J
>
>
>
> -Original Message-
>
> phpinfo() also lists which image types your GD supports. Does it list
> GIF? Later versions do not have GIF support.
>
> -Rasmus
>
>
--
PHP General Mailing List
No, its not listed. What do I need to do?
J
-Original Message-
phpinfo() also lists which image types your GD supports. Does it list
GIF? Later versions do not have GIF support.
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
> ImageGif: No GIF support in this PHP build in counter.php
>
> I get this error message when I try to run this code...
>
> Header("Content-Type: image/gif");
> $im = ImageCreate(500, 75);
> $red = ImageColorAllocate($im, 255, 0, 0);
> ImageFill($im, 100, 100, $red);
> ImageGIF($im);
>
> I install
sorry, clarification, not "only" PNG, but they've moved away from GIF...
~jack
-Original Message-
From: Jack Dempsey [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 5:27 PM
To: PHP General List; Jimmy Bäckström
Subject: RE: [PHP] ImageGif: No GIF support in
what version do you have? gd > 1.3 (if memory serves correct) only supports
PNG
~jack
-Original Message-
From: Jimmy Bäckström [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 5:20 PM
To: PHP General List
Subject: [PHP] ImageGif: No GIF support in this PHP build
Shu!
When I try
7 matches
Mail list logo