Log in

View Full Version : What is GD


fishing4u
10-09-2007, 07:09 AM
Can somebody let me know what GD is and were i might find it as i am trying to get the code to work when visitors try to register on my board but it says i need to have GD any help please.

Spank
10-09-2007, 07:13 AM
Where does it say this?

fishing4u
10-09-2007, 07:20 AM
If i go into my admin panel and the goto user reg and goto the Image Verification - underneath this it says

"If you do not see an image below then your Image settings are wrong or not enabled. Verify the options set in "Image Settings""

so i go to the image setting and i find this

"Choose the image processing library that vBulletin will use for processing thumbnails and avatars. GD is more widely available but ImageMagick is more robust, supporting more image types. ImageMagick must have a valid path chosen below."

But no matter which setting i choose i still cannot see the code.

Stingray27
10-09-2007, 07:22 AM
It's the software that builds the images.

fishing4u
10-09-2007, 07:26 AM
Any ideas were i might get it from?

Paul M
10-09-2007, 07:31 AM
AFAIK, it comes with apache - I've never seen a server without it.

fishing4u
10-09-2007, 07:42 AM
:)Ok thanks guys i,ll go hunting in my server for it to make sure its enabled

StuntFactoryX
10-09-2007, 12:36 PM
when i moved from shared to vps i had a simular issiue. imagemajik was installed there but no gd. i found instructions in the cpanel forums. it was quite easy i just had to rebuild apache and tick the gd box.

Marco van Herwaarden
10-09-2007, 03:00 PM
You can also use ImageMagick instead of GD.

R1lover
10-09-2007, 03:53 PM
What operating system are you using?

StuntFactoryX
10-09-2007, 05:35 PM
You can also use ImageMagick instead of GD.

i was doing that for a few months then i installed a articles hack (madebymary) and ran into issues w/o gd. i updated apache w/ gd and all my problems went away. so i guess its nice to have both : )

Marco van Herwaarden
10-10-2007, 08:01 AM
For standard vBulletin you can use either, we can not control if modifications support both methods.