The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Image Manipulation
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 67    Displaying: 1 - 20 Pages:  1 2 3 4

   Creating a simple photo gallery   Hits: 3138 

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


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Nov 13 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Sig Generator   Hits: 127 

 
Use this tool to generate code that displays an image of your choice, with text displayed on it. The text is randomly taken from a list you make.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Apr 17 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating thumbnail - Resize an image with PHP   Hits: 2395 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Nov  2 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Upload images with mysql database   Hits: 542 

 
In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select images from the MYSQL database using php programing.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jan 28 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Banner Maker   Hits: 442 

 
This tutorial will show you how to create a simple 468 x 60 banner online.


Free   Version: n/a   Platform(s): linux   Updated: Fri Dec 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Image Resizing Class   Hits: 93 

 
This class can be used to resize images preserving the aspect ratio.It can open a JPEG, PNG or GIFimage and resize it in such way that neither the width nor the height exceed given size limits.The image is resized to preserve the original proportion between the width and height.The resized image is generated in the JPEG format overwriting the original image file.


Free   Version: n/a   Platform(s): linux, windows   Updated: Mon Apr  7 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sorting images based on their Pixel Dimension.   Hits: 164 

 
JPEG compresses an image based on the color information present in the image (2). Thus, the file sizes are not a true representation of how large an image is when displayed on screen. In trying to sort out small images based on their width or height we face the challenge of sorting images which are unusually tall or wide. Hence, sorting images based on their pixel dimension is a more accurate way of sorting images into groups.


Free   Version: 0.5   Platform(s): linux, windows   Updated: Tue Sep 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Watermarking on the fly with PHP   Hits: 1009 

 
PHP, coupled with Apache rewriting, lets watermark "on the fly" and transparently, without modifying the original image.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Aug 10 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Gd / FreeType text label generator   Hits: 524 

 
Provided script could be used as "text rasterization service" to generate arbitrarily text-images for a web site. MD5-based authorization is used to avoid image generation by unauthorized users.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jun 21 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Uploading Image Files with PHP   Hits: 1218 

 
This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All code is provided.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Mon Jun 11 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Cropping an image   Hits: 720 

 
Taking the smaller size between the width and height of an image, we crop that image to obtain a square which we save into a file. Online demo available.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jun  7 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Poll Result Bar Through PHP GD Function   Hits: 731 

 
It is useful for displaying Single Result bar for Testimonial, Review, or topic rating. In this article, You will learn how to create Images, Resize, Copy and Merge into One Image, using PHP GD Functions, also you will find a trick to create seo friendly url with just a single line of code.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jun  3 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Watermark on uploaded image   Hits: 886 

 
This tutorial shows how you can automate the process of adding watermarks on images from your site right when they are uploaded.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Apr 17 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP multiple photo thumbnail generator   Hits: 934 

 
Built-in PHP library gd does not have ready-to-use function for photo(jpeg) thumbnail generation. Although there are many such examples on the net, they are usually not suitable for effective generating series of thumbnails (for ex. 240x240, 140x140, 80x80). This article provides php function thumbnail_generator and trivial image uploading script, which generates series of thumbnails.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Apr  3 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Create images with PHP: tutorial for beginners   Hits: 909 

 
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 (rotate, resize of modified). Eleven scripts are used in this tutorial, and the code is explained line by line.


Free   Version: 1.0   Platform(s): n/a   Updated: Thu Mar 22 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple Random Image Generator   Hits: 945 

 
This is the Simplest random Image Generator on the net composing of just a couple of lines of code. Although the script does nothing fancy it works wonders in reducing your server load which some of these larger scripts may do.


Free   Version: 1.00   Platform(s): n/a   Updated: Thu Feb  8 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Making thumbnails with PHP   Hits: 2957 

 
A simple 2 file, 2-part tutorial about how to upload a picture of .gif or .jpg format and how to store that photo in a folder and also make a thumbnail of that picture.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Fri Oct 27 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Image Verification (Captcha) For Forms   Hits: 2478 

 
This is a sample script that allows you to add image verification to your HTML forms. It includes a sample implementation, PHP code check and extras (Font+Background).


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Jan  5 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Thumbnail generator   Hits: 1040 

 
This simple function will accept an image, directory listing and image size and outputs a thumbnail with the specifications.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Jan  5 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Create Image Thumbnail   Hits: 2685 

 
In this tutorial you will learn how to generate thumbnails from form uploaded images using GD php image library. The image ratio is maintained, so the thumbnail images will not be deformed. An image verification is performed before uploading and the image size is verified.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jan  2 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 67    Displaying: 1 - 20 Pages:  1 2 3 4

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog