Advertisment
Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
GD is a package for manipulating images with PHP. Often it is installed, but not always. This script shows you all possible information about your...
Use this ready function to create an image with text with a transparent background. Could be useful for showing your email address, without having...
PHP provides a function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash...
One thing everyone searches for is a great image gallery. Whether it’s to show off your work as a web designer or some pictures of your...
This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically...
4 easy to use function with examples to manipulate images.
Use ImageMagicK to resize and create thumbnails, much much faster and less CPU intensive than GD!
How to create a random avatar PNG image using the GD library.
Adding background images and colors with css.
Learn how to center your text drawn on images using the GD library and PHP.
Were going to be creating it in a function, so that we can re-use this wherever we need to. This particular function saves the thumbnail file to a...
Do you have an image that you want to keep a copyright on? Putting you logo or a URL of your website on each and every image is a quite a long and...
This tutorial will show how to create images, draw lines, rectangles, ellipses and arcs, how to add text to images, and how to manipulate them...
This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images...
In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any...
In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the...
This tutorial shows how you can automate the process of adding watermarks on images from your site right when they are uploaded.
Learn how to create an image with only text and vary the size of the image on how much text there is! This can be adapted to image verification...
Learn how to create image drop shadows easily with GD Library and Photoshop.