Snippets tagged “gd”
4 snippets use this tag.
- Enabling/installing GD extension? --without-gdPHP
To enable the GD extension in PHP, you will need to install the extension and then enable it in your PHP configuration file.
- imagecreatefromjpeg and similar functions are not working in PHPPHP
There could be a few reasons why the imagecreatefromjpeg function and similar functions are not working in your PHP script.
- install php70-gd on ubuntuPHP
To install the php70-gd package on Ubuntu, you will need to have the package manager apt-get installed.
- Save image from url with curl PHPPHP
To save an image from a URL using PHP and cURL, you can use the following function: