Related questions
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.
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 functions like imagecreatefromjpeg, I get this:
Fatal error: Call to undefined function imagecreatefromjpeg() ...
I’m working on a new install …
Crop image in PHP
The code below crops the image well, which is what i want, but for larger images, it wotn work as well. Is there any way of 'zooming out of the image'
Idealy i would be able to have each image …