|
Adding Drop Shadows with PHP
|
Other links at PHP > Tutorials > Image Manipulation |
| 1. |
Convert Images to Thumbnailed Images
|
|
|
This tutorial will teach you the basics of auto generating your large image into condensed thumbnailed images using PHP. Complete code presented.
|
| 3. |
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. |
Creating an Image Gallery
|
|
|
the goal of this tutorial is to give the reader an idea of how to construct a basic/dynamic image gallery from start to finish, not to imply that this is the only way, or even the best way to build a gallery; just a simple approach without all the bells and whistles. at the time of writing, this tutorial assumes a version of PHP >= 4.3 and GD 2.
|
| 5. |
Create Your Own Dynamic Forum Signature
|
|
|
Many people have asked how I have my forum sig change automatically. It changes whenever a new tutorial is added to my site. You too can promote your site this way. You can also use the techniques discussed here to create any dynamic image. The sky is the limit.
|
|
|