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: 41 - 60 Pages:   1 2 3 4

   Display a different image for each day of the week   Hits: 484 

 
This PHP script will get the day of the week from the server date and then display an image (jpg or gif) to match.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 25 2007

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

   Dynamic Image Generation using PHP   Hits: 1033 

 
Creating images on the fly can be a very useful skill. In this tutorial we will show you how to get quite interesting and useful effects using image handling functions. We will review two practical tasks: creating security images (captcha) on the fly and building a bar chart using numerical values retrieved from MySQL database.


Version: n/a   Platform(s): n/a   Updated: Mon Nov 20 2006

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

   Create CAPTCHA Images - Tutorial   Hits: 4089 

 
Worried about bots? Then create CAPTCHA images to prevent bots from taking advantage of your site. You may be wondering what a CAPTCHA image is. Here's a brief synopsis from Wikipedia: A captcha (an acronym for "completely automated public Turing test to tell computers and humans apart") is a type of challenge-response test used in computing to determine whether or not the user is human. Captchas are used to prevent bots from using various types of computing services. Applications include preventing bots from taking part in online polls, registering for free email accounts (which may then be used to send spam), and, more recently, preventing bot-generated spam by requiring that the (unrecognized) sender pass a captcha test before the email message is delivered.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 12 2006

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

   PHP Thumbnail Generation Tutorial   Hits: 1406 

 
This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the photograph to create an obscure snapshot of the photo itself. The thumbnail's size is variable also, so the script be used across different sites to create different sized thumbnails where needed.


Version: n/a   Platform(s): n/a   Updated: Wed Jan  4 2006

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

   Overlapping Images with GD   Hits: 2629 

 
This tutorial demonstrates how to place one image over another image... handy stuff for applying a signature or logo to a photo, adding a "watermark," or whatever else you might imagine useful.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Apr 19 2005

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

   Adding Drop Shadows with PHP   Hits: 1798 

 
This tutorial will teach you how you can add drop shadows dynamically to your images using PHP's GD image processing functions.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Apr 19 2005

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

   Thumbnails in PHP   Hits: 9754 

 
Depending upon how it's done, displaying a page of thumbnail images can be very cumbersome. Allowing the browser to resize images requires the client browser to download the entire, full-size image, then clumsily resize the image to a specified size. This causes the page to load very slowly and creates unavoidable distortion in the resulting images. The other option is to make separate thumbnail images for each individual image. This is fine if you only plan to display a few images, but becomes unrealistic on a large scale or a site involving dynamic images. Fortunately there are ways around these problems using the GD library in PHP.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

   An intro to using the GD image library with PHP   Hits: 4126 

 
A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

   Dynamic Images   Hits: 1307 

 
Create dynamic images with the GD library. Tutorial shows you how to create a little man holding a sign that displays various messages (such a visitor's IP address and user-inputted text).


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 20 2005

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

   Creating an Image Gallery   Hits: 9006 

 
the goal of this tutorial is to give the reader an idea of how to construct a basic/dynamic image gallery from start to finish, not to imply that this is the only way, or even the best way to build a gallery; just a simple approach without all the bells and whistles. at the time of writing, this tutorial assumes a version of PHP >= 4.3 and GD 2.


Version: n/a   Platform(s): n/a   Updated: Mon Oct 27 2003

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

   PHP+GD Progress Bar Demo   Hits: 5988 

 
This demo shows how to create dynamic progress bar images using the PHP GD functions.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 21 2003

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

   PHP+GD Scale & Overlay Demo   Hits: 3191 

 
This demo shows how to do resizing and overlays using the PHP GD functions.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 21 2003

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

   PHP GD Library Introduction   Hits: 4471 

 
Learn how to use the GD library in PHP


Version: n/a   Platform(s): n/a   Updated: Thu Aug 28 2003

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

   Simple Image Rotater   Hits: 3069 

 
This is the easiest tutorial on how to rotate images by random. Code included.


Version: 1.0   Platform(s): n/a   Updated: Mon Apr  7 2003

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

   Simple Form-Based Image Upload   Hits: 10128 

 
Learn how to upload images easy using forms and PHP.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 22 2002

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

   Batch creation of thumbnails with PHP and gd   Hits: 3947 

 
This article explains how you use PHP and the gd image library to generate preview pictures (thumbnails) from big images. For single images and whole folders. It explains the logic of the resizing algorithm and introduces some custom functions to use.


Version: n/a   Platform(s): n/a   Updated: Wed Sep 18 2002

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

   Convert Images to Thumbnailed Images   Hits: 6477 

 
This tutorial will teach you the basics of auto generating your large image into condensed thumbnailed images using PHP. Complete code presented.


Version: n/a   Platform(s): n/a   Updated: Mon Jan  7 2002

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

   Creating an image gallery   Hits: 10092 

 
This short tutorial will show you how to make a basic image gallery using PHP. The complete code presented.


Version: n/a   Platform(s): n/a   Updated: Fri Jan  4 2002

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

   Bar Charts With GD   Hits: 4133 

 
This is a comprehensive tutorial on how the graphics capabilities of PHP can be used to create simple bar charts in GIF and PNG format. Each example includes a graphical chart along with source code.


Version: n/a   Platform(s): n/a   Updated: Thu Dec 21 2000

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

   Data Goes In, Data Comes Out — This Time it's Binary   Hits: 9121 

 
This setp-by-step article explains how to create a database-driven image uploading and display system in PHP. The example database used being MySQL, it also discusses possible modifications for MS SQL and Oracle. Some of the main topics include: Create database table with a field defined to hold binary data, Get your binary data into your table through a form-based file upload script, and Retrieve your binary data and display it to the user.


Version: n/a   Platform(s): n/a   Updated: Wed Nov  8 2000

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

  Total: 67    Displaying: 41 - 60 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