
Advertisment
Create Thumbnail with PHP
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.
Views: 647 |
| by Marry
PHP - Image Manipulation
Test gd support on server
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...
Views: 656 |
| by Source
PHP - Image Manipulation
Generate text with transparent background
Use this ready function to create an image with text with a transparent background. Could be useful for showing your email address, without having...
Views: 640 |
| by Amy
PHP - Image Manipulation
Get the width and hieght of an image using a function in PHP
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...
Views: 587 |
| by Jarry
PHP - Image Manipulation
How To Make Your Own Image Gallery With An Administration
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...
Views: 622 |
| by Marry
PHP - Image Manipulation
Resizing An Image Using PHP
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...
Views: 708 |
| by Colin
PHP - Image Manipulation
Thumbnail, reseize, reduce quality, rotate - Easily!
4 easy to use function with examples to manipulate images.
Views: 663 |
| by Donald
PHP - Image Manipulation
Image manipulation with ImageMagicK
Use ImageMagicK to resize and create thumbnails, much much faster and less CPU intensive than GD!
Views: 706 |
| by Mark
PHP - Image Manipulation
Random avatar
How to create a random avatar PNG image using the GD library.
Views: 733 |
| by Colin
PHP - Image Manipulation
Background images and colours
Adding background images and colors with css.
Views: 677 |
| by Nick
PHP - Image Manipulation
Centering Text in PHP/GD Images
Learn how to center your text drawn on images using the GD library and PHP.
Views: 692 |
| by Adam
PHP - Image Manipulation
Simple Image Resize in GD
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...
Views: 648 |
| by Jarry
PHP - Image Manipulation
Watermark your images using PHP
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...
Views: 770 |
| by Ben
PHP - Image Manipulation
Basic PHP image tutorial
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...
Views: 664 |
| by Slicer
PHP - Image Manipulation
Create Thumbnail Images using PHP
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...
Views: 716 |
| by Troy
PHP - Image Manipulation
Creating thumbnail - Resize an image with PHP
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...
Views: 661 |
| by Adam
PHP - Image Manipulation
Creating a simple photo gallery
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...
Views: 631 |
| by Daniel
PHP - Image Manipulation
Watermark on uploaded image
This tutorial shows how you can automate the process of adding watermarks on images from your site right when they are uploaded.
Views: 629 |
| by Stephen
PHP - Image Manipulation
PHP Text Images
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...
Views: 736 |
| by Source
PHP - Image Manipulation
How to create image drop shadows with GD Library
Learn how to create image drop shadows easily with GD Library and Photoshop.
Views: 668 |
| by Slicer
PHP - Image Manipulation
