gd

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? ...

How to Draw 3D Geometry Shapes Using PHP?

There is a situation where I need to draw cube or cuboid using the PHP GD library. Does anyone know where to find a simple example or a PHP class to do this? Thank you for any reference. ...

How to load and repeat-x an image with php gd?

Suppose i have an image with width 1px and height 40px. I want to load it with lets say imagecreatefrompng and want to x-repeat it, just like css repeat-x. Is this possible with PHP GD? ...