Page 1 of 1

Need Help with GD Library

Posted: Wed Mar 31, 2004 10:06 am
by tmejias
I have GD installed on my server, but some functions not working: createimagefromjpeg nad createimagefromgif

Please help I need this so I can open up my site to the public.

Any takers??

Tracy

Posted: Thu Apr 01, 2004 2:43 am
by Wayne
have a look at your versions of GD libraries or make a page

Code: Select all

<?php
php_info();
?>
and have a look at the GD section. Not all versions of GD libraries support gif and jpeg, if this is the case install the libraries you need.