Top "Gd" questions

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

Combine 2-3 transparent PNG images on top of each other with PHP

I am working on a custom avatar system for a project, but I have never really done much with the …

php image png image-manipulation gd
GD vs ImageMagick vs Gmagick for jpg?

I am in the step to abandon GD for manipulating image in my website - it is awful. Everyone saying …

php image image-processing imagemagick gd
php GD create a transparent png image

I'm trying to create a transparent png image and layer various other pngs and jpgs to create a final png …

php image transparency gd
ImageMagick vs GD - which is faster, less resource intensive and produces better images?

I need to choose between either ImageMagick or GD library for the following image manipulation tasks: resizing images into multiple …

php image-processing imagemagick gd
imagepng() and transparency in GD library with PHP

When using the function imagepng() in PHP, how can I make sure the images that I save are saved with …

php gd
Optimize uploaded images with php (jpeg)

When running Page Speed in Google Chrome it suggests to optimize/compress the images. These images are mostly uploaded by …

php gd jpeg image-compression image-optimization
PHP - imagettftext not working and GD installed

It's being long hours that I'm still looking for answer to this problem.. All the solutions I find are around …

php image gd imagettftext
Call to undefined function imagecreatefromjpeg() and GD enabled

im working on ubuntu 14.04 LTS with PHP 5.5.9 with GD enabled and i doubled check with but still showing me this …

php ubuntu opencart gd
How do I install GD on my windows server version of PHP

I am running Windows Server 2003 and need to install a version of GD. Can anyone point out some instructions or …

php gd windows-server
Programmatically create image from web-page or a single DIV

Is there any way to programmatically create (client or server side (PHP)) a image from a specific DIV or a …

php javascript html web gd