Top "Php-gd" questions

The PHP GD class contains built in image manipulation for PHP versions 4.3 and up.

PHP Fatal error: Call to undefined function imagettftext()

Why am I getting the error PHP Fatal error: Call to undefined function imagettftext() on line 29? <?php ob_start(); …

php freetype php-gd freetype2
Yosemite / El Capitan php-gd + mcrypt installation

How to install/enable php-gd and mcrypt in Yosemite 10.10 - PHP 5.5.14 build? note that following steps install newest PHP 5.5.x …

php homebrew osx-yosemite osx-elcapitan php-gd
How to install PHP extensions on nginx?

I recently discovered NginX, and decided to try it out on my server. I have NginX running and able to …

php drupal nginx php-gd
Apache Cannot load modules/libphp5.so into server: when I installed php5-gd

I was trying to install php5-gd but after ran this command: yum install php-gd php-tidy and tried to restart …

php apache php-gd
imagecreatefrompng is not working at all

I already checked the file with mime type. If it is jpg or gif it is working perfectly with $src = …

php php-gd
Convert HTML to image in php

I have to create a PNG / JPEG image from PHP script .. Briefly The code will create a html table and …

php image-processing php-gd
php resize image without loss quality

i've implement this method (by following php tutorial) for create preview of an images: function createPreview($image_path, $filename) { header(…

php image php-gd
After upgrade, PHP no longer supports PNG operations

After updating to Mac OS X 10.10 (Yosemite) and starting Apache with PHP support, everything works as before except for any …

php osx-yosemite php-gd
Center text on image using PHP GD

So I am creating a banner generator. I will be adding text in the middle, but would like it to …

php gd php-gd
Trying to add freetype to php-gd in Docker official image

I'm trying to add some features to PHP GD installation. I'm using Docker PHP "Official" release as base (php:7.1.15-fpm-jessie). …

php docker php-gd