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: 21 - 40 Pages:   1 2 3 4

   Image rotation with PHP   Hits: 3354 

 
This article describes how you can rotate images in PHP. We deal with two examples, firstly rotating by 45 degrees and then by 90, going in to some depth to ensure you understand how the code is working. You might find this useful if you are, for example, building an online photo gallery and you want to rotate your pictures within PHP rather than having to rotate them on your computer. This is a powerful feature to have.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

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

   Write text on an existing PNG image in PHP   Hits: 3580 

 
This article tells you how to draw a rectangle and write centered text on to an existing PNG image using PHP's image manipulation functions.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

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

   How to write text on a dynamically generated image   Hits: 2425 

 
This tutorial will tell you how to write text to a blank dynamically generated PNG image in PHP. This is fairly simple, so it is suitable for beginners. The image functions require the GD library to be installed.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

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

   Converting RGB values from/to HTML hex representation.   Hits: 583 

 
This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Nov  6 2006

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

   Resizing An Image Using PHP   Hits: 1222 

 
This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically create image thumbnails without needing to have two copies of the image on your server.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Sep 25 2006

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

   How to upload images to mySQL within PHP   Hits: 2634 

 
Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as "images_table". Now here is the SQL code for creating the table.


Free   Version: n/a   Platform(s): linux, windows   Updated: Wed Aug  9 2006

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

   PHP Auto Thumbnailer Tutorials   Hits: 3417 

 
This article discuss on creating auto thumbnailer. User only need to submit an image, and the script will automatically create smaller size (thumbnail) of the image. This script produces high quality thumbnail (under GD v2), also works with GD v1.


Free   Version: n/a   Platform(s): linux, windows   Updated: Mon Jan 16 2006

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

   Smiley Generator Tutorial   Hits: 1709 

 
Smiley generator tutorials plus the largest collection of smiley generator demos ever assembled in one place! Smileygenerators.com provides a large growing database of smiley and smiley generator related material and resources for both webmasters and end users. The Smiley generator database provides examples, demos, a description, and, where applicable, a point of sale link. Also features smiley and smiley generator forum links and tutorials. A smiley database is also near completion and will feature over 6000 invision style smileys searchable by image name or classification and keyword.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx   Updated: Fri May  5 2006

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

   The PHP-GTK extension   Hits: 1114 

 
PHP-GTK is an extension to PHP that enables you to develop stand alone GUI applications. These applications can run on multiple platforms. With PHP-GTK you can utilize the power of PHP using a graphical desktop application like interface. You can develop many useful kinds of database enabled desktop applications with the PHP-GTK framework.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Mar 31 2006

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

   PHP Imaging support & Image manipulation   Hits: 2916 

 
Contents in this article: ------------------------- *How PHP supports Imaging *Support for Font libraries *Creating Images *Getting Image size *Colors *Color Alpha / transparency *Drawing *Image resizing *Image zooming / enlarging *Image cropping *Image rotation *Drawing True-Type Fonts


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Nov 12 2005

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

   An easy way of creating Image & Adding Fonts to it.   Hits: 2773 

 
Creating an image with PHP & GD library on the Fly , and add fonts to decorate it .Could be used as hit counter or just to show your database stats on main page .


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Sep  8 2005

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

   Dynamic Images in PHP   Hits: 3771 

 
One of the really cool features with PHP 3.0 is its integration with the GD Graphics library. Learn how to use these features and make images with pure code.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Apr 16 2005

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

   Drawing Text with PHP and GD Library   Hits: 180 

 
How to draw text as a graphic and make dynamic buttons or hit counters.


Version: n/a   Platform(s): n/a   Updated: Sun Feb  3 2008

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

   Function to resize image(s)   Hits: 122 

 
This function can be used to resize images (with gif,png and jpg extensions) in PHP. Very easy to use in any PHP script.


Version: n/a   Platform(s): n/a   Updated: Sun Mar 16 2008

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

   Creating An Image Upload Script   Hits: 455 

 
A guide to creating a basic script for allowing users to upload images to your website.


Version: n/a   Platform(s): n/a   Updated: Wed Jul  4 2007

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

   Simple Image Resize in GD   Hits: 891 

 
Were going to be creating it in a function, so that we can re-use this wherever we need to. This particular function saves the thumbnail file to a directory on the server, you could actually skip saving the file and just print out the image itself if you would prefer to do that.


Version: n/a   Platform(s): n/a   Updated: Wed Mar 14 2007

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

   Create Thumbnail Images using PHP   Hits: 683 

 
This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails. Since this requires the GD library, you will need an installation of PHP with at least GD 2.0.1 enabled.


Version: n/a   Platform(s): n/a   Updated: Sun Feb 18 2007

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

   Image Uploader   Hits: 989 

 
In this tutorial learn how to make an image uploader and give each file a random name so it can never be over written, which is a common error in some tutorial image uploaders.


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

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

   Create a copy of an image as a thumbnail   Hits: 630 

 
You get a great function that use the GD library to create the new thumbnail file. Often you need to change the size/dimensions of images in your web site. One example could be if you let your visitors upload an image of themself when they register. For different reasons it could be important to make sure the images have a specific size, so they don't mess upp the design of your layout. Another example could be if you have a photo gallery for your self, then it's nice to have the same size for images. Together with standard PHP installations you get something that is called GD. This package is made for creating and modifying images directly from PHP.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb  6 2007

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

   PHP class for basic image manipulation   Hits: 475 

 
A class providing a set of methods for doing basic transformation to an image like resizing, rotating and flipping. the class is very small (only about 18Kb in size but still heavily documented) and as i said it only covers some basic methods so don't expect miracles. i use it in favour of many other well known scripts that are hard to install, hard to manage, have a thousand files, many megabytes in size and zillions of methods and functions nobody uses. this is how i do it.


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

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

  Total: 67    Displaying: 21 - 40 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