Thanks, in phpinfo list really isn't support for GIF:(
How can I manipulate jpeg images? Which functions are for this img. format?
P.
|--------+--------------------------------------------------------->
| | Johan <[EMAIL PROTECTED]> |
| | Odoslan� k�m: |
| | php-general-return-77040-lalkap=emo.seas.sk@lis|
| | ts.php.net |
| | |
| | |
| | 07.12.2001 14:30 |
| | |
|--------+--------------------------------------------------------->
>-----------------------------------------------------------------------------------------------------------|
|
|
| Komu: [EMAIL PROTECTED]
|
| K�pia:
|
| Predmet: [PHP] Re: Image problem
|
>-----------------------------------------------------------------------------------------------------------|
> I've instaled and cofigured php4 on WinNT with Apache Web server.
> I can't use any fuction of Image manipulation, 'cause I get this error
> message: ImageGif: No GIF support in this PHP build
> In phpinfo() is listed that: gd lib.> enabled, zlib lib.> enabled.
> What do I still miss there?
In the newest version of GD library (think it since about 1.3 or something)
does support GIF, because GIF is a commerial image format.
Use PNG or JPEG instead. That much better, or find a version with GIF
support.
You can see what Image formats you GD can use by make a file with follow
content:
<?php
phpinfo();
?>
:o)
Regards,
Johan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]