Best Tutorials website
Latest tutorials

Advertisment

Create Thumbnail with PHP

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: 443 | Rating star | by Marry
PHP - Image Manipulation

Test gd support on server

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: 464 | Rating star | by Source
PHP - Image Manipulation

Generate text with transparent background

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: 444 | Rating star | by Amy
PHP - Image Manipulation

Get the width and hieght of an image using a function in PHP

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: 410 | Rating star | by Jarry
PHP - Image Manipulation

How To Make Your Own Image Gallery With An Administration

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...


Views: 446 | Rating star | by Marry
PHP - Image Manipulation

Resizing An Image Using PHP

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: 509 | Rating star | by Colin
PHP - Image Manipulation

Thumbnail, reseize, reduce quality, rotate - Easily!

Thumbnail, reseize, reduce quality, rotate - Easily!

4 easy to use function with examples to manipulate images.


Views: 476 | Rating star | by Donald
PHP - Image Manipulation

Image manipulation with ImageMagicK

Image manipulation with ImageMagicK

Use ImageMagicK to resize and create thumbnails, much much faster and less CPU intensive than GD!


Views: 503 | Rating star | by Mark
PHP - Image Manipulation

Random avatar

Random avatar

How to create a random avatar PNG image using the GD library.


Views: 517 | Rating star | by Colin
PHP - Image Manipulation

Background images and colours

Background images and colours

Adding background images and colors with css.


Views: 470 | Rating star | by Nick
PHP - Image Manipulation

Centering Text in PHP/GD Images

Centering Text in PHP/GD Images

Learn how to center your text drawn on images using the GD library and PHP.


Views: 492 | Rating star | by Adam
PHP - Image Manipulation

Simple Image Resize in GD

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: 432 | Rating star | by Jarry
PHP - Image Manipulation

Watermark your images using PHP

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: 566 | Rating star | by Ben
PHP - Image Manipulation

Basic PHP image tutorial

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: 472 | Rating star | by Slicer
PHP - Image Manipulation

Create Thumbnail Images using PHP

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: 498 | Rating star | by Troy
PHP - Image Manipulation

Creating thumbnail - Resize an image with PHP

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: 470 | Rating star | by Adam
PHP - Image Manipulation

Creating a simple photo gallery

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: 434 | Rating star | by Daniel
PHP - Image Manipulation

Watermark on uploaded image

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: 452 | Rating star | by Stephen
PHP - Image Manipulation

PHP Text Images

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: 526 | Rating star | by Source
PHP - Image Manipulation

How to create image drop shadows with GD Library

How to create image drop shadows with GD Library

Learn how to create image drop shadows easily with GD Library and Photoshop.


Views: 480 | Rating star | by Slicer
PHP - Image Manipulation