PHP GD Library, PHP GD Tutorial Posted on: October 28, 2009 at 12:00 AM
Learn how to use the PHP GD library in your PHP program to generate dynamic images. Learn how to create and manipulate the GIF, PNG and JPG images.
The PHP GD Library is one of the most used image-processing libraries used in the PHP programs. IT is one of the robust library to create GIF, JPG and PNG images through PHP program. You can use this library to create, create thumbnail, resize, crop image on the fly.
In this section you will learn PHP GD Library in detail. Let?s get start with the PHP GD Library.
About PHP GD
About PHP GD: In this tutorial you will get to know about PHP GD, The GD library is used to create dynamic image creation. GD is an open source code library, This tutorial also includes the steps by which you can enable the GD option of WAMP server.
About PHP GD Arc
About PHP GD Arc:In this tutorial you will learn about PHP GD ARC Function.
Php gd hello world
This tutorial is about the displaying the hello world in PHP GD Library.
PHP GD captcha
This example shows how to show captcha in php gd.
PHP GD circle
This example shows how to make circle in php gd.
Iterator Java Tutorial
In this java tutorial we will see about the iterator interface and its functionality. We will create an example for the Iterator
PHP GD dashed line
This example shows how to display dashed line in php gd.