How-to articles, tricks, and solutions about GD
Enabling/installing GD extension? --without-gd
To enable the GD extension in PHP, you will need to install the extension and then enable it in your PHP configuration file.
How to add text to an image with PHP GD library
Here is an example of how you can add text to an image using the PHP GD library:
imagecreatefromjpeg and similar functions are not working in PHP
There could be a few reasons why the imagecreatefromjpeg function and similar functions are not working in your PHP script.
install php70-gd on ubuntu
To install the php70-gd package on Ubuntu, you will need to have the package manager apt-get installed.