|
Dynamic Image Generation with PHP
|
Other links at PHP > Tutorials > Image Manipulation |
| 1. |
Batch creation of thumbnails with PHP and gd
|
|
|
This article explains how you use PHP and the gd image library to generate preview pictures (thumbnails) from big images. For single images and whole folders. It explains the logic of the resizing algorithm and introduces some custom functions to use.
|
| 4. |
Adding Drop Shadows with PHP
|
|
|
This tutorial will teach you how you can add drop shadows dynamically to your images using PHPs GD image processing functions.
|
| 5. |
Creating an image gallery
|
|
|
This short tutorial will show you how to make a basic image gallery using PHP. The complete code presented.
|
|
|