You are here: Home » Tutorials » Web Development » PHP » Image Manipulation

Image Manipulation tutorials

0 sub-categories and 6 tutorials added directly into this category

Checking GD support

Added March 26, 2008, in Web Development / PHP / Image Manipulation /

This is a way of figuring out wether of not you have GD installed and functioning on your web server.

0 comments. Read Checking GD support ( 1 pages )

Creating Image thumbnails with PHP and GD

Added March 05, 2008, in Web Development / PHP / Image Manipulation /

Learn to generate thumbnails for your pics with this very easy tutorial.

0 comments. Read Creating Image thumbnails with PHP and GD ( 1 pages )

Creating a CAPTCHA image with security code to validate forms

Added February 25, 2008, in Web Development / PHP / Image Manipulation /

In this tutorial you will learn to create a security code image generator, or a CAPTCHA image, that is so helpfull against spammers.

2 comments. Read Creating a CAPTCHA image with security code to validate forms ( 1 pages )

Uploading and resizing an image

Added February 22, 2008, in Web Development / PHP / Image Manipulation /

In this tutorial we will examine an image upload form, look at PHP's file upload system, and use an uploaded image to create a small thumbnail image.

0 comments. Read Uploading and resizing an image ( 1 pages )

Text wrap in image using PHP

Added February 20, 2008, in Web Development / PHP / Image Manipulation /

Learn to make text wrap inside an image using PHP's gd library with this short function.

2 comments. Read Text wrap in image using PHP ( 1 pages )

Drawing Text with PHP and GD Library

Added January 28, 2008, in Web Development / PHP / Image Manipulation /

How to draw text as a graphic and make dynamic buttons or hit counters.

2 comments. Read Drawing Text with PHP and GD Library ( 1 pages )