Top "Gd" questions

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

Enabling/installing GD extension? --without-gd

How does one enable (or perhaps I need to install) GD when my phpinfo() output in "Configure Command" says; --without-gd ? …

php amazon-ec2 gd
imagecreatefromjpeg and similar functions are not working in PHP

I’ve searched for this and the solutions provided in past questions are completely incomprehensible to me. Whenever I run …

php gd
Crop image in PHP

The code below crops the image well, which is what i want, but for larger images, it wotn work as …

php gd crop
Creating a thumbnail from an uploaded image

I'm wanting to create a thumbnail from a user uploaded image so the image doesn't look squashed. But also would …

php image gd thumbnails
CentOS: Enabling GD Support in PHP Installation

How do I go about enabling GD Support in a CentOS Installation?

php linux cakephp gd centos
Extension gd is missing from your system - laravel composer Update

I newly install Dompdf in Laravel Project via Composer (composer require barryvdh/laravel-dompdf). After enter the Command Terminal Reply Following …

php laravel laravel-5.2 gd
Install GD library and freetype on Linux

I'm trying to use imagefttext. And I need to have GD library and/or freetype installed. I'm new to this …

php linux ubuntu gd freetype
install php70-gd on ubuntu

Recently the new php7 has been released. However, when I am trying to install the gd package, the library can …

php gd
Can PNG image transparency be preserved when using PHP's GDlib imagecopyresampled?

The following PHP code snippet uses GD to resize a browser-uploaded PNG to 128x128. It works great, except that the …

php png transparency gd alpha
How to add text to an image with PHP GD library

I have image creation code in image_creator. <?php header("Content-Type: image/jpeg"); $im = ImageCreateFromGif("photo.gif"); $black = ImageColorAllocate($…

php html image gd