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
Need Help with GD Library
Moderator: General Moderators
have a look at your versions of GD libraries or make a page
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.
Code: Select all
<?php
php_info();
?>