PHP Image Manipulation
Web Scripts Catalog New listings Rate your script Popular scripts Link your page to Web Scripts Catalog Top rated scripts Search in Web Scripts Catalog
Scripts Catalog: web scripts download - PHP ASP JavaScript Perl Java and others!  
ASP[1293]
ASP.NET[230]
Books[296711]
CGI and Perl[1856]
Java[889]
JavaScript[1533]
PHP[3927]
Python[47]
Remotely Hosted Scripts[772]
Tools and Utilities[977]
Web Hosting[121]
XML[16]
search
Login Web Scripts Forum Web Scripts Catalog FAQ Send us your feedback About Web Scripts Catalog


Clipart.com. Unlimited access to more than 7,000,000 clipart images, photos, fonts, and sounds!




PHP Image Manipulation

Scripts / PHP / Image Manipulation
Image Creation(9)
PHP Image Creation

PHP Image Manipulation

Scripts / PHP / Image Manipulation
Pages: 1 2 3 4 >>
Image To String Output Popular Script - Visits: 1890
This is a simple function that outputs an image generated using GD library to PHP string (standard image functions from GD library can output images only to the browser or a file). The image then can be stored in $_SESSION variable or MySQL database.

Price: Free - Platform(s): All platforms - Updated: 24 January 2006
Visitors rating: 4.04.04.04.0
Image Fetching Script Top Rated Script - Rating: 4.5
If you generate images dynamically using GD library you can't simply output them to the browser like HTML content. Instead you have to: (1) Store dynamically generated image somewhere on your server; (2) Output img tag to the browser; (3) Remove the image after it was sent to the browser. This script makes all these steps for you. The images are stored in MySQL database. After an image is fetched to the browser it is removed automatically.

Price: Free - Version: 1.01 - Platform(s): All platforms - Updated: 07 January 2006
Visitors rating: 4.54.54.54.54.5
Image Rotators by Andrei Top Rated Script - Rating: 5.0
5 Flash image rotators. These are great if you want to quickly display your images with some cool transition effects, but don't need a full-fledged gallery system. All images are externally linkable to the URL and URL target of your choice.

Price: $5 - Version: 1.1 - Platform(s): Linux - Updated: 17 December 2005
Visitors rating: 5.05.05.05.05.0
Image Rotators by Andrei Set 2 Top Rated Script - Rating: 5.0
Flash image rotators by Andrei Potorac. These are great if you want to quickly display your images with some cool transition effects, but don't need a full-fledged gallery system. All images are externally linkable to the URL and URL target of your choice.

Price: $5 - Version: 1.0 - Platform(s): Linux - Updated: 17 December 2005
Visitors rating: 5.05.05.05.05.0
Watermark Top Rated Script - Rating: 4.2 Popular Script - Visits: 3013
Simple script that creates watermarked image by merging watermark file with original photo and then can be used to output it to the browser. Example on the website.

Price: free - Version: 1.0 - Platform(s): Linux - Unix - Windows - Updated: 11 November 2005
Visitors rating: 4.24.24.24.24.2
Image Publisher
The Image Publisher? is designed to perform same operations on many pictures in one run. For example it can generate thumbanails and put a watermark on all pictures in particular folder on your server. Or it can handle multiple uploads and save original images as well as processed pictures into specified folder(s). **Upload multiple pictures or **Process pictures already stored on your server: Resize, watermark, write text and many more **Perform multiple operation on multiple pictures in one run **All output is template based so it will surely fit into your site's design.

Price: 39 - Version: 1.3 - Platform(s): Linux - Unix - Windows - Updated: 03 September 5044
Visitors rating: none
Image Processor
Features: Image creation: Create image from file, types supported:(GIF, JPEG, PNG, XBM, WBMP) Create image from uploaded file, just specify what is name of file field in your form! [ demo ] Create image from data stream (string), useful if creating image from the Database [ demo ] Create image from base64 encoded data stream. [ demo ] Image manipulation: Resize [ demo ] Resize to fit into given region, keeping X to Y ratio Resize to fit into given region only if image is larger than the region. If it is smaller -- no resizing. So small images will not "grow" and this will help to keep better quality. Resize to cover given region, keeping X to Y ratio Resize to cover given region only if image is smaller than the region. If the image is already larger than the region it will not be resized. Resize to given width/height not keeping X to Y ratio (if you do not care about geometrical distortions) Resize image in such a way that result image will have given width, no matter what height could be, keeping X to Y ratio Resize image in such a way that result image will have given height, no matter what width could be, keeping X to Y ratio Filtering "Un sharp mask" [ demo ] This filter makes image sharper, specially useful when creating thumbnails. Rotate [ demo ] You can easily specify what should be background of result image. Color names like "yellow", "blue" and all others are accepted. Or just specify RRGGBB just like in HTML Crop [ demo ] Specify left top corner of rectangular region and width/height and this function will return cropped image. Mask, Highlight, Custom Crop You can apply a mask on the image and achieve effects like Highlight or Custom Crop [ demo ] Text [ demo ] Write text over the image, HTML style colors supported. (you can specify color as "DCDCDC" or "gainsboro" ) Built in and custom bitmap fonts are supported. True Type fonts (TTF) are supported (requires Free Type library) Write in different directions (TTF only) Write in different sizes (TTF only) Easy to do different effects like shadow or highlight Watermark [ demo ] Resize watermark image before apply Make watermark image gray scale Specify transparency for the watermark Gray scale [ demo ] Convert image to grayscale (256 grades) Shadow [ demo ] Makes nice semitransparent shadow Fills uncovered regions with specified color Multiple operations support [ demo ] You can change image in some way, then remember changes, then apply another change, save, and so on. After you are ready you can output the result image. Using this feature you can produce very sophisticated effects. Image output You can output image to file, ( JPEG, PNG, XBM, WBMP) Note: GIF is copyrighted and is not yet fully supported in PHP/GD Output image directly to browser, useful to create and process image "on fly" from within <img src="yuorscript_using_ss_image.php?parameters=here"> tag

Price: 19 - Version: 6.5 - Platform(s): Linux - Unix - Windows - Updated: 03 September 5044
Visitors rating: none
jpg resize Top Rated Script - Rating: 5.0 Popular Script - Visits: 1125
I quickly wrote this script to help out a web hosting client whose developer was insisting I install ImageMagik on our server. It allows you to put up resized versions of jpegs without going through the fuss of working on them with a graphics editor. There are three functions: image_resize allows you to specify a new width and height for an image. image_horizontal_resize and image_vertical_resize are wrappers for the first and allow you to specify only the width or the height. The last parameter in these functions is a boolean, and determines if the original image is made available for download or not.

Price: Freeware - Platform(s): Linux - Unix - Windows - Updated: 13 July 2005
Visitors rating: 5.05.05.05.05.0
Write Text to the Image Popular Script - Visits: 6692
Write a text to your image without altering the image itself.

Price: Free - Platform(s): All - Updated: 29 October 2004
Visitors rating: 4.04.04.04.04.0
Image Resizer Popular Script - Visits: 3434
Resize the image without altering or creating new resized image file.

Price: Free - Platform(s): All - Updated: 29 October 2004
Visitors rating: 3.93.93.93.9
Pages: 1 2 3 4 >>

Most Popular Scripts
[29 October 2004] Write Text to the Image PHP Image Manipulation
[29 October 2004] Image Resizer PHP Image Manipulation
[11 November 2005] Watermark PHP Image Manipulation

Top Rated Scripts
[17 December 2005] Image Rotators by Andrei Set 2 PHP Image Manipulation
[05 July 2004] ImageHandler PHP Image Manipulation
[17 December 2005] Image Rotators by Andrei PHP Image Manipulation
Scripts Catalog | New Listings | Get rated | Most Popular | Links to Us | Top Rated | Search DB | FAQ | Send Feedback | Advertisement | About Us
Custom Programming All scripts presented on this site are the property of their respective owners.