1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max

Designweaponry240x90

PHP Tutorials — Image Manipulation

Win a PHP and Flash book! You could win one of three books just by commenting on or rating a tutorial. Click here for more details.
PHP » Image Manipulation — 5 days ago
Today, most of websites use the RSS Feed with Feedburner to analyse and to count its readers. In this tutorial, I'll explain how create a custom RSS Feed button with the readers number. You'll use PHP with GD and XML.
PHP » Image Manipulation — 2 months ago
One of the more surprising things you can learn about PHP is that it’s actually very useful when it comes to manipulating images of varying filetypes and formats. And a good thing too, since a lot of the internet is made up of pictures! The functionality of PHP in terms of image manipulation ranges from very simple resizing of images through to more complex effects and functions using image libraries such as ImageMagick
PHP » Image Manipulation — 5 months ago
This tutorial will show you how to make a fully customizable CAPTCHA system.
PHP » Image Manipulation — 5 months ago
Learn how to create a simple gallery to your site.
PHP » Image Manipulation — 7 months ago
This tutorial will teach you how to align a text string so that it is in the center of your image vertically, horizontally or both.
PHP » Image Manipulation — 8 months ago
In this tutorial I will show you how to store binary images (or any binary file) in MySQL using PHP.
PHP » Image Manipulation — 9 months ago
The GD library in PHP offers some great tools for resizing and editing images. However, these can increase load time and it would be beneficial to enable client side caching of these resources. You can do this by adding one simple line of code to your image output.
PHP » Image Manipulation — 10 months ago
Sometimes you want to display an image - but it's not stored in the right size. If you allow the browser to resize the image, it will get distorted and waste bandwidth. Instead, you can use the PHP GD library to resize the image on the fly. This tutorial will show you how to use the GD library to read an image, resize it, and output it as part of an HTML page.
PHP » Image Manipulation — 10 months ago
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.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials. Mind lending a hand?