 | Making A Very Neat Avatar System |
| How to make an avatar system for your website |
| PHP Tutorials > Image Manipulation |
| |
 | Background Images |
|
| PHP Tutorials > Image Manipulation |
| |
 | Uploading an image from a form |
| A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time. |
| PHP Tutorials > Image Manipulation |
| |
 | Bizzar - Use PHP in Protected Forums |
| 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 |
| PHP Tutorials > Image Manipulation |
| |
 | Creating a Photo Gallery |
| This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information enter |
| PHP Tutorials > Image Manipulation |
| |
 | Manipulating Existing Images |
| Another function of the GD Graphics Library is the ability to manipulate images that have already been created and are available on your site. Instead of the ImageCreate() and Image* functions, the ImageCreateFrom() function is used here. There are 3 diff |
| PHP Tutorials > Image Manipulation |
| |
 | 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. |
| PHP Tutorials > Image Manipulation |
| |
 | 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. |
| PHP Tutorials > Image Manipulation |
| |
 | Simple Image Rotater |
| This is the easiest tutorial on how to rotate images by random. Code included. |
| PHP Tutorials > Image Manipulation |
| |
 | Adds dynamic watermarking to an image |
|
| PHP Tutorials > Image Manipulation |
| |
 | Auto-Image Verification |
| I'm sure many of you have logged on to Yahoo!, eBay or even here on hotscripts.com and have run across the verification image containing numbers and letters that you must plug into an input box for verification. And maybe you thought, "What the heck is th |
| PHP Tutorials > Image Manipulation |
| |
 | An intro to using the GD image library with PHP |
|
| PHP Tutorials > Image Manipulation |
| |
 | Interactive Maps with PHP |
| This tutorial shows you how to create an interactive image maps using PHP and the GD library. It explains a method to zoom a portion of an image by using PHP and gif files. |
| PHP Tutorials > Image Manipulation |
| |
 | Image Creation with PHP |
| With PHP you can create images from pure code. Throughout five sections, this tutorial shows how its done. Topics include: Create the Ellipse, Modify an Existing Image, and more. |
| PHP Tutorials > Image Manipulation |
| |
 | PHP+GD Scale & Overlay Demo |
| This demo shows how to do resizing and overlays using the PHP GD functions. |
| PHP Tutorials > Image Manipulation |
| |
 | Binary Data + MySQL + PHP |
| This tutorial will show how you can store the data via the HTML forms "File" feature in your MySQL database and how you can access and use this data in your webproject. |
| PHP Tutorials > Image Manipulation |
| |
 | BP Developments: Gallery |
|
| PHP Tutorials > Image Manipulation |
| |
 | Generating Images on the Fly With PHP |
| One of the most popular features of PHP is real-time image generation. That is, we can create a new image canvas, "paint" it, and either save it to a file, or send it directly to the browser. This article will show you how to create an image in real-time |
| PHP Tutorials > Image Manipulation |
| |
 | Bar Charts With GD |
| This is a comprehensive tutorial on how the graphics capabilities of PHP can be used to create simple bar charts in GIF and PNG format. Each example includes a graphical chart along with source code. |
| PHP Tutorials > Image Manipulation |
| |
 | Simple Form |
| Based Image Upload |
| PHP Tutorials > Image Manipulation |
| |