19,155 tutorials online
12 tutorials pending review
763 dead links removed





PHP: Image Manipulation Tutorials

 

How to Create Image Thumbnails On-The-Fly Using PHP
Posted in PHP > Image Manipulation by tutorialgrub on Feb 10, 2011

Learn how to create image thumbnails with a PHP script that either scales down your image or crops it automatically.
9 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Enable Client Side Caching for Resized Images
Posted in PHP > Image Manipulation by tutorialgrub on Dec 20, 2010

The GD library in PHP offers some great tools for resizing and editing images. However, these can increase load time and it would be beneficial to enable client side caching of these resources. You can do this by adding one simple line of code to your image output.
11 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Creating a simple photo gallery
Posted in PHP > Image Manipulation by tutorialgrub on May 12, 2007

In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the given directory.
210 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


<<  1  2  3