June 2002
Intermediate to advanced
800 pages
16h 3m
English
PHP supports many functions for generating or modifying images on-the-fly. These functions are mostly built on the GD library, which you can download from http://www.boutell.com/gd. In most binary distributions of PHP, the GD module is included. If you are compiling your binaries yourself, the GD module has to be enabled at compile time using --with-gd when running configure. In addition, support for JPG should be enabled.
After you have compiled PHP to your needs, you can start working with the module. In this section you will learn to perform all basic operations when working with images and you will also see how text can be processed efficiently.
The first thing to do when generating a ...
Read now
Unlock full access