Image Manipulation Scripts
  Home arrow PHP Scripts arrow Image Manipulation Scripts
ASP NET Scripts
ASP Scripts
C and C++ Scripts
Coldfusion Scripts
Java Scripts
JavaScript Scripts
Perl Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools and Utilities Scripts
Sponsor Scripts.com 
Developer Forums  
Link To Us
Script Daily Digest  
Weekly Newsletter
  
 
Developer Updates  
Free Website Content 
 RSS  Forums
 RSS  Scripts
 RSS  All Feeds
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
USERNAME
PASSWORD
>>> SIGN UP!  
Lost Password? 
NAV TOOL - Use this to navigate our site.
      
Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts.

 
 
        IMAGE MANIPULATION SCRIPTS
RSS Feeds for Image Manipulation Scripts
Image Creation Scripts(5)


Image Manipulation Scripts
 
Pages: 1 2 3 4 5 6 7

FILTER
      
Sort By
Free or Paid
Rating
Platform
Special

Watermark your images using overlay image
PHP SCRIPTS
PHP Scripts

This article along with complete code demonstrates the use of PHP and GD-library to watermark uploaded images on the fly. The method demonstrated here to watermark an uploaded image is to overlay the original image with another image (superimposition).You can use this script to copy protect the images that you display on web. For this purpose you can use your logo as the watermark image. A copy of the original uploaded image is stored separately for archival. The script works optimally with 256 color PNG images.As a bonus, the example also demonstrates basic file upload handling.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.50 out of 5 3.50 out of 5 3.50 out of 5 3.50 out of 5 3.50 out of 5
Price: Freeware
Version: 1.0
Platform: Linux - Unix - Windows
Date Added: Saturday, Jun 27, 2009
Last Updated: Monday, Jan 31, 2011
Visit Website

PHP Image Manipulation Class 1.0.3
PHP SCRIPTS
PHP Scripts

This class can be used to perform several types of image manipulation operations.It can:- Rescale images to fit in a given width and/or height keeping (or not) the original aspect ratio- Flip images horizontally or vertically- Rotate images by a given angle- The class does all the error checking for the source and target file so you don't need to worry about thatThe class supports loading and saving images in the GIF, JPEG and PNG formats preserving transparency for GIF, PNG and even PNG24 filesThe code is heavily documented so you can understand every aspect of it

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.49 out of 5 3.49 out of 5 3.49 out of 5 3.49 out of 5 3.49 out of 5
Price: free for non-commercial use
Version: 1.0.3
Platform: Linux - Unix - Windows
Date Added: Wednesday, Aug 09, 2006
Last Updated: Wednesday, Sep 13, 2006
Visit Website

IMG2ASCII
PHP SCRIPTS
PHP Scripts

IMG2ASCII is multi-platform compatible. This is a PHP program that generates ASCII images from JPG, GIF or PNG images. There are several options to alter the generated output, such as color, inversed color, font sizes, background color, line height or letter spacing only to name a few.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.48 out of 5 3.48 out of 5 3.48 out of 5 3.48 out of 5 3.48 out of 5
Price: Commercial
Version: 1.5
Platform: Unix/Linux/Windows
Date Added: Monday, Feb 09, 2004
Last Updated: Tuesday, Feb 10, 2004
Visit Website

Random Image Color Average
PHP SCRIPTS
PHP Scripts

This script is used to get a random, but average color of an Image by taking a set number of samples from random pixels in an image. It checks and makes sure no two pixels are too close too on another so you get a nice average color.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.48 out of 5 3.48 out of 5 3.48 out of 5 3.48 out of 5 3.48 out of 5
Price: Freeware
Version: 1.0
Platform: Linux - Unix - Windows
Date Added: Monday, Jun 07, 2010
Last Updated: Tuesday, Jun 08, 2010
Visit Website

Image Editing Script
PHP SCRIPTS
PHP Scripts

Great script to use for your website. Many visors are looking for an easy way to edit their images and that's what your website using this script will offer them. Upload single images or multiple images in a zip archive, resize them all at once, add watermarks and convert to jpeg, gif or png.Features:- resize images to common sizes or enter your own size- Watermark images.- Watermark transparency- Watermark location- Watermark size- Convert images on the fly to jpg, gif or png- Select images quality

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.42 out of 5 3.42 out of 5 3.42 out of 5 3.42 out of 5 3.42 out of 5
Price: 14.99
Version: 2.0
Platform: Linux
Date Added: Monday, Feb 15, 2010
Last Updated: Friday, Mar 12, 2010
Visit Website

CSS sprite
PHP SCRIPTS
PHP Scripts

This class can be used to generate sprite images and CSS to use image styles to use the sprites in Web pages. It can take a list of images and generates a single sprite image with all the images inside. The class can also generate CSS style definitions to use in Web pages that need to use the images from the generated sprite image.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.40 out of 5 3.40 out of 5 3.40 out of 5 3.40 out of 5 3.40 out of 5
Price: GPL
Version: 1.0
Platform: Linux - Unix - Windows
Date Added: Wednesday, Jun 01, 2011
Last Updated: Thursday, Jun 02, 2011
Visit Website

RandomImage
PHP SCRIPTS
PHP Scripts

RandomImage is a random image generator. It supports 4 graphics types, .bmp, .png, .gif, and .jpg. It finds a random image from your images directory and then displays the picture.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.37 out of 5 3.37 out of 5 3.37 out of 5 3.37 out of 5 3.37 out of 5
Price: Basic membership is only $39.95
Version: -
Platform: Unix
Date Added: Monday, Sep 01, 2003
Last Updated: Friday, Mar 05, 2004
Visit Website

Flash/XML Image Displayers
PHP SCRIPTS
PHP Scripts

All JPG images are stored externally to the SWF. JPGs must be non-progressive images. 100% of the Flash 2004 source code is included, as well as an external XML configuration file, which can be edited using any good text editor, like Textpad. Image URLs are externally configurable via an XML configuration file, which is easily editable with a good text editor. Delay and URL target options also exist for all image rotators. DTD file is included to help validate your XML using XMLSpy or other XML validator. (optional)

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5
Price: $0.00
Version: 1.1
Platform: Linux - Unix - Windows
Date Added: Monday, Aug 25, 2008
Last Updated: Wednesday, Sep 10, 2008
Visit Website

Resize Uploaded Images/Generate Thumbnails
PHP SCRIPTS
PHP Scripts

This script demonstrates how to use PHP and GD-library functions to generate thumbnails of uploaded images in the fly. The script first saves the uploaded image in a specific location (for backup or archival). It then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The script assures that the aspect ratio of original and thumbnail image are always maintained. The script supports GIF, JPEG and PNG file handling and resizing.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5
Price: Freeware
Version: 1.0
Platform: Linux - Unix - Windows
Date Added: Saturday, Jun 27, 2009
Last Updated: Monday, Jan 31, 2011
Visit Website

How to make a Dynamic Image
PHP SCRIPTS
PHP Scripts

This is a useful way of creating images that change depending on variables processed within your code.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.31 out of 5 3.31 out of 5 3.31 out of 5 3.31 out of 5 3.31 out of 5
Price: Freeware
Version: 1.0
Platform: Linux
Date Added: Sunday, Jan 06, 2008
Last Updated: Monday, Jan 14, 2008
Visit Website

Pages: 1 2 3 4 5 6 7

POST YOUR SCRIPT!
             
Post your Script for FREE using this toolbox.

SEARCH SCRIPTS - Use this page to locate your desired scripts.
    
Search:
   Advanced Script Search
 


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap