php5-gd

PHP - Problem with ImageCopyResampled

Hello. It's my first time using the function ImageCopyResampled. I just followed the code written in the PHP manual. There seemed to be no errors when I ran the code. The problem is my code just basically copies the original image and did not follow the dimensions as it was defined in the parameters passed in the function. Below is my c...

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. Thanks! ...

PHP5 and lib GD: out of the box support?

Does php5 come with the GD graphics library as standard? http://www.libgd.org it mentions a version of php4 on their site - do I assume every version since then has it built in? ...