PHP Tutorial
PHP GD Library: Cropping Images whilst Maintaining the Aspect Ratio
An article demonstrating how to crop an image using PHP's GD library, whilst still keeping the aspect ratio as it was originally. This is very clever as it prevents the image from looking stretch. For example, if you resized an image to 80x80 but the original image was wide-screen, then the image would look very much stretched. This article shows you how to get around that and crop images the proper way!
Top 20 Similar PHP Tutorials
Using the GD Library to watermark your images!
In this tutorial you can learn more about Using the GD Library to watermark your images!
GD Library: Create Image Reflections Using PHP's GD Library
Now this is a pretty simple tutorial on how to create a nice simple reflection on images. This won't show you how to make little ripples just yet.
Cropping with GD
Learn how to crop images using PHP's GD
GD Library Bar Chart
Create a dynamic bar chart with PHP and GD Library.
PHP GD Library: Captcha and the Alternatives
Most of us have probably encountered a Captcha system on the web in the past few years, sometimes without even knowing it.
Captcha systems are designed to filter out automated "spam bots" from posting to websites that accept submissions such as forums and blogs by asking the user to solve a problem. These problems can range from typing in the letters and numbers displayed in an image to answering a simple math question or selecting the correct image.
Drop Shadows with GD Library
Learn how to create drop shadows easily with GD Library and Photoshop
Creating Thumbnails with PHP and the GD Library
This tutorial is about creating Thumbnails with PHP and the GD Library
PHP GD Library Walkthrough: Creating a Bar Chart
Ever wanted to become adept in PHP's GD library? This article will show you how to create a bar chart using the PHP GD library.
Drawing a binomial distribution bar graph using the GD library
Using JavaScript, PHP and the GD library, we are going to draw a bar chart showing the binomial distribution for 0 to 10 successes out of 10 trials based upon the probability for success entered by the user in a form.
Resize/Thumbnail Images With PHP
Resize images on the fly with this handy piece of code.
Resize and Thumbnail Images With PHP
Image resizing is relatively very simple if you know how to work with images in PHP. Make sure you have the GD library installed before attempting this tutorial
Creating images with PHP and the GD extension
This tutorial is about creating images with PHP and the GD extension
Centering Text in PHP GD Images
Learn how to Center your GD text dynamically on images
Random Scrolling Marquee Using PHP for text or images!
This tutorial is about Random Scrolling Marquee Using PHP for text or images!
General »
Randomly Rotate Images - Downloadable Code
This tutorial will explain how to simply randomly rotate multiple banners
General »
Enable Client Side Caching for Resized Images
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.






