Need Help with GD Library

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Post Reply
tmejias
Forum Newbie
Posts: 3
Joined: Wed Mar 31, 2004 10:06 am

Need Help with GD Library

Post 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
User avatar
Wayne
Forum Contributor
Posts: 339
Joined: Wed Jun 05, 2002 10:59 am

Post 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.
Post Reply