Top "Gd" questions

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

PHP GD Allowed memory size exhausted

I'm trying to process a directory of JPEG images (roughly 600+, ranging from 50k to 500k) using PHP: GD to resize …

php gd
Resize PNG image in PHP

I'm getting a no image display when resizing PNG however the following code works for JPEG. list($width_orig, $height_…

php resize png gd
PHP GD: How to get imagedata as binary string?

I'm using a solution for assembling image files to a zip and streaming it to browser/Flex application. (ZipStream by …

php zip gd
Crop or mask an image into a circle

What is the best way to crop or mask an image into a circular shape, using either ImageMagick or GD …

php gd imagemagick
Image getting rotated automatically on upload

I'm trying to upload a base64 encoded image and save after decoding it. Image is getting uploaded and saved, and …

php rotation gd base64
PHP Detecting if source image url link leads to a "broken" image?

Suppose you have a thumbnail generator script that accepts source images in the form of a URL. Is there a …

php gd
Amazon EC2 - PHP GD image library

I've got a brand new install of WordPress setup and activated a custom-built theme along with a good amount of …

wordpress amazon-ec2 gd
Convert GD output to base64

Well, my question is very simple, i just wanna convert the output of imagepng/imagejpg to base64, how i can …

php gd base64 image
PHP/GD - transparent background

I want to do the following in PHP in combination with GD. ImageMagick is not an option, unfortunately, but this …

php gd transparency
imageantialias call to undefined function error with GD installed

I need help with a php script. It is a CMS that has been implemented into a website. When trying …

php function gd