PHP needs to be compiled with libjpeg and libpng in addition to the GD
library to use those formats respectively.   The PHP manual section covering
image functions (including those for manipulating JPEGs and PNGs) is at

http://www.php.net/manual/en/ref.image.php

-Andy


> -----Original Message-----
> From: Peter Lalka [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 07, 2001 5:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: Image problem
>
>
>
> 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]

Reply via email to