Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: ROGUE-Master on November 14, 2004, 11:18:53 AM

Title: What is the GD Module
Post by: ROGUE-Master on November 14, 2004, 11:18:53 AM
In the avatars section under Edit Features and Options there is an option to "Resize oversized large avatars (requires GD module)" Well what is the GD module and how do I know if I have it? Or where can I get it?
Title: Re: What is the GD Module
Post by: Christian A. Herrnboeck on November 14, 2004, 01:03:54 PM
GD is the Image creation extension of PHP... to find out if you have it, make a file called test.php with the following:
<?php phpinfo(); ?> If GD is listed under extensions, then you have it ;-)

Christian
Title: Re: What is the GD Module
Post by: [Unknown] on November 14, 2004, 05:57:20 PM
It's also listed under version information - under support and credits.

-[Unknown]
Title: Re: What is the GD Module
Post by: ROGUE-Master on November 15, 2004, 07:24:16 AM
GD version: bundled (2.0.23 compatible)

so I guess I have it ;)