Posted by Rik on 05/06/06 16:37
wjz@wirehub.nl wrote:
> Hi all,
>
> Im using PHP 4.4.2 on Windows with apache. Can anyone tell how to use
> funtions to create and manipulate GIF and JPEG images? Is this
> functionallity available in PHP and do i need to change setting or do
> i need to install aditional dll (where can i get them) and do i need
> to change the php.ini?
GD, normally already present, activate by removing ";" before
extension=php_gd2.dll in your php.ini file.
http://www.php.net/manual/en/ref.image.php
Grtz,
--
Rik Wasmus
[Back to original message]
|