Developing a Captcha Application with an Image Generator Class with PHP 5
Wednesday, October 3rd, 2007Adding Validation to an Image Generator Class with PHP 5
Tuesday, October 2nd, 2007Among the plethora of applications that can be developed with PHP 5 building dynamic image streams is one of the easiest to tackle. It requires only an intermediate background in the functions that come packaged with the powerful GD extension. This series of articles will teach you how to ...
Building an Image Generator Class with PHP 5
Monday, October 1st, 2007In this article you will learn how to build an image generator class with PHP 5 using the functions bundled with the GD library. Such a class has a wide variety of uses but for the purposes of this three-part series we will focus on creating ...
Filtering Image Streams with the GD Library in PHP
Tuesday, August 28th, 2007Building and processing dynamic images with PHP is a procedure that can be easily tackled with the GD extension. If you want to learn how to put its main functions to work for you then you should start reading this tutorial right now ... Designed to Inspire, Educate & Instill ...
Creating Image Streams from Existing Graphics with the GD Library in PHP
Monday, August 20th, 2007Within the huge range of applications that can be developed with PHP creating dynamic images may be among the most useful and interesting. This process can be easily tackled by using the GD library. If you re curious about how to use the functions that come bundled with this ...
An Image is Worth a Thousand Words in PHP Continued
Wednesday, December 21st, 2005Picking up where we left off in part one we will work on some more helper methods and our conversion method. By the time we are done we will have a fully functional image to text converter.... (Advertisement) Refurbished and Used Networking Equipment Network Liquidators sells refurbished and used ...
An Image is Worth a Thousand Words in PHP
Wednesday, December 14th, 2005This article the first of two parts describes a fun little project that will help you sharpen your image manipulation skills. The completed application takes an image and converts it to a string of text that resembles the original image. Brian Vaughn gets you started.... (Advertisement) Refurbished and Used ...
