|
|
| GD Image Library [+] Favor-It | |
| |
 |
| | Sort By:
|
Ok, with that out of the way, on to the GD library! So, what use are the GD library functions in PHP? Creating images on the fly. Why would you want to do that? Well, if there are some images that have content that changes. Author: Matt Wade Code: PHP 4.0 |
In this tutorial, I will demonstrate how to place an image over another image which may come in handy for many uses including, but not limited to: applying a signature or logo to a photo, adding a "watermark", placing an object onto a background and more. Author: Chaos Zen Code: PHP 4.0 |
This tutorial will teach you how you can add drop shadows dynamically to your images using PHP's GD image processing functions. This is a great way to create drop shadows on teh fly. Author: Timothy Boronczyk Code: PHP 4.0 |
|  | |
This little script will show you how to add a custom text to an image loaded onto your page. This tutorial uses the GD in PHP and assumes you have previous knowledge in PHP.
Author: Darren Hedlund Code: PHP 4.0 |
Just like all of us the frustration with try to use functions like imagecreatefromjpeg. This tutorial will show you how to use the GD in PHP to process images.
Author: Darren Hedlund Code: PHP 4.0 |
In this tutorial you will be taught how to creat a GD signature which shows the users IP. This is just a common thing today on the internet plus it makes your signature more interesting. Author: Zokeh Code: PHP 4.0 |
PHP: Create images tutorial shows how to create images with PHP. It requires that your server has the GD Library installed to generate graphics and handle requests. The code is explained line by line so that the complexity of the image increases. Author: phpTutorial Code: PHP 4.0 |
|  | |
With this tutoria, you will learn how to draw text as a graphic and make dynamic buttons or hit counters. This tutorial makes us of the GD image library so you'll want to ensure that its installed. Author: Tutorial Help Desk Code: PHP 4.0 |
Hi all, this little set of functions will create thumbnails of images using PHP’s built in GD functionality. The first function will create thumbnails that save the original aspect ratio. The second will create a sqaure cropped thumbnail. Author: Ben Griffiths Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|