PHP and Images · Newest PHP Tutorials

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.
PHP and Images » talkphp.com
Score(+): 2 | Views: 51 | Similar Tuts | Save it | View this tutorial

Using the GD Library to watermark your images!

In this tutorial you can learn more about Using the GD Library to watermark your images!
PHP and Images » avengex.com
Score(+): 0 | Views: 11 | Similar Tuts | Save it | View this tutorial

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.
PHP and Images » talkphp.com
Score(+): 0 | Views: 26 | Similar Tuts | Save it | View this tutorial

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 other cases when you need to create a thumbnail from your image. Using a this image resize script gives you the possibility to create various images which are different in their size.
PHP and Images » phptoys.com
Score(+): 0 | Views: 19 | Similar Tuts | Save it | View this tutorial

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
PHP and Images » vipercreations.com
Score(+): 0 | Views: 37 | Similar Tuts | Save it | View this tutorial

Image color transformations using PHP

This tutorial will show you some basic image color transformation methods, one to make a grayscale image and one to invert the colors
PHP and Images » blizaga.com
Score(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

Creating images with PHP and the GD extension

This tutorial is about creating images with PHP and the GD extension
PHP and Images » libraryofmike.org
Score(+): 0 | Views: 18 | Similar Tuts | Save it | View this tutorial

GD Library Bar Chart

Create a dynamic bar chart with PHP and GD Library.
PHP and Images » partdigital.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Creating a Three Dimensional Pie Chart using Google's Chart API

I ran across this great, easy but very useful API a few days ago. Now for the tutorial.. let's assume we make a website for the TalkPHP soccerteam. They've played 10 matches (6 won, 3 draw, 1 lost). We'll be making a nice three dimensional pie chart of those stats!
PHP and Images » talkphp.com
Score(+): 0 | Views: 32 | Similar Tuts | Save it | View this tutorial

How to create an image with variable text on the fly with PHP

In this tutorial you will learn how to create an image with variable text on the fly with PHP
PHP and Images » coolcommands.com
Score(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

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.
PHP and Images » exanock.blogspot.com
Score(+): 0 | Views: 19 | Similar Tuts | Save it | View this tutorial

Drop Shadows with GD Library

Learn how to create drop shadows easily with GD Library and Photoshop
PHP and Images » partdigital.com
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial

Image Editor

With this script. the user can upload his image and select one from multiple frames in order to add it to his image. The script will not play with the size of the original image but instead of that it will resize the frame according to a mathematical relation to fit the original image.
PHP and Images » urlearn.com
Score(+): 0 | Views: 20 | Similar Tuts | Save it | View this tutorial

PHP Image Thumbnailer

Make a script that resizes an image to a thumbnail size
PHP and Images » avengex.com
Score(+): 0 | Views: 19 | Similar Tuts | Save it | View this tutorial

Dynamic thumbnails from websites

This tutorial is going to help you to know more about using Dynamic thumbnails from websites
PHP and Images » web-development-blog.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial