Top "Gd" questions

GD Library is used to dynamically create and manipulate image files.

Resizing and cropping image with GD while retaining aspect ratio

I'm currently coding an uploader script based on Uploadify. Right now I resize the given image and watermark one of …

php resize gd uploadify crop
PHP: How to read "Title" of font from .ttf file?

I really need to be able to extract the metadata from a .ttf true type font file. I'm building a …

php fonts gd true-type-fonts
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
PHP GD Text with Transparency/Alpha background

alright so im having a problem with getting my text layed over a partly transparent image. i want the text …

php gd transparent imagettftext
How to check if an image has transparency using GD?

How do I check if an image has transparent pixels with php's GD library?

php image-processing gd
Get image mimetype from resource in PHP/GD?

I'm trying to find the mime type of an image. PHP has the function getimagesize but that only takes a …

php image ftp gd
Troubles with Docker + PHP7 + GD resulting in "Call to undefined function imagecreatefromjpeg()"

I'm having troubles when trying to create an image using imagecreatefromjpeg using this Dockerfile to generate the container: FROM php:7.1…

php docker gd php-gd
PHP HTML image output

In the PHP manual for base64_encode() I saw the following script for outputting an image. <?php $imgfile = "test.…

php html gd image
Virtual gridding/resizing of image collage in PHP

I'm looking for a finshed solution or possibly some math/algorithms for creating a big image collage out of smaller …

php image imagemagick gd
PHP imagettftext partially bold

I'm training my PHP skills to generate images. I need only one thing which doesn't work. I don't think it's …

php gd imagettftext