Related questions
Displaying images using PHP not working
I'm trying to display an image using a PHP script. Basically so the php script is passed on the full path to the image, and it then displays that image in the browser. I've checked to make sure the image …
What are the differences between a GD and a GD2 image?
Reading the documentation for imagegd2(), and imagegd(), I noticed the functions are described, respectively as:
Output GD2 image to browser or file
Output GD image to browser or file
What are a GD2, and a GD image? What are the …
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 ?
I also have nothing in my phpinfo() output "Core" that lists "gd"
PHP Version 5.2.4 on AWS.