[snip]
I want to use the image functions listed in www.php.net to manipulate
images. My server is Apache 2.0.x.x with PHP 4.2.2 , built on windows
platform. Is it uncomment the ;extension=php_gd.dll in php.ini enough to
enable such functions?
[/snip]

Not on Apache. You will need to compile/install the GD library
(http://www.php.net/manual/en/ref.image.php) and maybe jpeg-6b. There may be
other extensions that you will need, for instance if you want to use True
Type fonts in your images. There is plenty of documentation on installation
and set up.

HTH!

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to