| |

| Tutorial: Storing Images in MySQL with PHP Posted in PHP > Image Manipulation by tutorialgrub on Nov 29, 2011
In this tutorial I will show you how to store binary images (or any binary file) in MySQL using PHP. |
| |

| Creating a Three Dimensional Pie Chart using Google's Chart API Posted in PHP > Image Manipulation by tutorialgrub on Oct 20, 2011
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! |
| |

| Image Editor Posted in PHP > Image Manipulation by tutorialgrub on Aug 28, 2011
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. |
| |

| Use ajax to create a cacheing system Posted in PHP > Image Manipulation by tutorialgrub on Aug 22, 2011
This is a class that extracts the rss data from vi.sualize.us servers and gets the images to display them. I do this every time someone visits the page. If any image is new for the first time we display the image from vi.sualize.us and run a functions in javascript to check for new images. If any new images exist then we cache them in a folder on our server and the next time a user visits the page that image will be shown from our server. |
| |

| How to Add a Watermark to an Image using PHP and Imagepng Posted in PHP > Image Manipulation by tutorialgrub on Aug 10, 2011
This tutorial teach yous how to use PHP to apply a watermark to an image with Imagepng |
| |

| Creating thumbnail - Resize an image with PHP Posted in PHP > Image Manipulation by tutorialgrub on Aug 02, 2011
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. |
| |

| Random Avatar Posted in PHP > Image Manipulation by tutorialgrub on Jul 21, 2011
How to create a random avatar PNG image using the GD library. |
| |

| Creating a Dynamic Vertical Gradient in PHP Posted in PHP > Image Manipulation by tutorialgrub on Jul 14, 2011
This tutorial is going to show you how to create dynamic gradients for your templates. Not only will this save you time in gradient creation (since you won’t have open PhotoShop just to create a gradient anymore), but this will allow you to use a much greater variety of template choices for your users. Limiting template choice due to the cost, time, or effort of image creation is a thing of the past – at least when it comes to gradients. |
| |

| Building the Back End of a Photo Site Posted in PHP > Image Manipulation by tutorialgrub on Jul 02, 2011
Building the Back End of a Photo Site |
| |

| GD Library Bar Chart Posted in PHP > Image Manipulation by tutorialgrub on Jun 21, 2011
Create a dynamic bar chart with PHP and GD Library. |
1 2 3 >> Next |