How to check for GD ?
Your PHP version should be compiled with GD and FreeType libraries.
Copy and run the following script on your server:
<?php phpinfo(); ?>
You should have a GD section in the output with the following lines:
- GD Version: 2.0 or higher
- FreeType Version: 2.0 or higher