> ## Documentation Index
> Fetch the complete documentation index at: https://kb.hosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Do you support the GD graphics library for PHP?

> Yes, our PHP configuration includes support for the GD image processing library. Visit this article for complete details.

Yes, our PHP configuration includes support for the GD image processing library. You can verify this yourself by [using the phpinfo() function](/docs/view-php-settings) or by typing the following command at the command prompt:

```bash theme={null}
php --info | grep "GD Support"
```

## More information

For more information about the GD library in PHP, please visit [http://php.net/manual/en/book.image.php](http://php.net/manual/en/book.image.php).
