Is the GD library necessary to use phpThumb?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
jdhorton77
Forum Commoner
Posts: 56
Joined: Tue Nov 07, 2006 3:29 pm
Location: Charlotte, NC

Is the GD library necessary to use phpThumb?

Post by jdhorton77 »

I'm developing a website that's going to have an image gallery and I'm trying to use the phpThumb.php file and I've read the documentation so I think I have it used right. But I'm just curious if you have to download and install the gd library or imagemagic to be able to use phpThumb. I would greatly appreciate anyone's advice on this subject. Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The documentation would indicate that it only supports GIF and BMP for reading, BMP and ICO for writing without GD/ImageMagick installed.
Post Reply