Top "Gd" questions

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

Does the GD2 extension come with PHP?

Does the GD2 extension come with PHP by default? If yes, since what version does it happen? Is it enabled …

php gd gd2
Calculating Text Width with PHP GD

I'm simply trying to get the width of a dynamic line of text for addition to an image generated with …

php fonts gd
How to find out if I have gd library or imagemagick installed?

This might seem a really stupid question. I am new php image processing. I assume there are only two imageprocessing …

php apache imagemagick gd php-5.5
Generate image from html with php

For some security reasons, I would like to generate an image based on Google Calendar embed iframe, to be able …

php html image gd
PHP function imagettftext() and unicode

I'm using the PHP function imagettftext() to convert text into a GIF image. The text I am converting has Unicode …

php unicode gd
GD! Converting a png image to jpeg and making the alpha by default white and not black

I tried something like this but it just makes the background of the image white, not necessarily the alpha of …

php image-processing image-manipulation gd
Why doesn't whatsapp play all gifs?

When I create a gif, which works fine in Chrome, I cannot make it play in WhatsApp. It just shows …

lua gd gif whatsapp
PHP/GD : Better Gaussian blur

I want to blur an image with GD library, unfortunately the GAUSSIAN_BLUR effect that GD gives isn't enough and …

php gd blur imagefilter
Can I detect animated gifs using php and gd?

I'm currently running into some issues resizing images using GD. Everything works fine until i want to resize an animated …

php gd
PHP: create image with ImagePng and convert with base64_encode in a single file?

I have created an image with ImagePng(). I dont want it to save the image to the file system but …

php image gd