PHP toolkit for reading, writing and displaying metadata in a JPEG image, including IPTC, EXIF, XMP, Photoshop IRB and more. It has been tested with images from over 450 models of digital cameras.
http://www.ozhiker.com/electronics/pjmt/
(Clicks: 0;
Comments: 0;
Listing added: Sep 15, 2009)
|
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 that. The class supports loading and saving images in the GIF, JPEG and PNG formats preserving transparency for GIF, PNG and even PNG24 files. The code is heavily documented so you can understand every aspect of it
http://stefangabos.blogspot.com/2006/09/zebra-php-framework-php-image.html
(Clicks: 1;
Comments: 0;
Listing added: Sep 12, 2009)
|
Allows you to create your own custom GD fonts for use with PHP's ImageLoadFont function. check it out.
http://puremango.co.uk/cm_fontmaker_114.php
(Clicks: 0;
Comments: 0;
Listing added: Sep 10, 2009)
|
A short PHP function to create a graphical ratings box (1 to 10) on the fly. Requires the GD library and png support.
http://codewalkers.com/seecode.php?id=72
(Clicks: 0;
Comments: 0;
Listing added: Sep 8, 2009)
|
SPCE is a php-script which uses a (.png/.gif/.jpg) image to produce ISO-G code, other CNC-code or HPGL code to programm cnc-machines (milling machines, cutter...) with.
You can use any b/w image and feed your machine with the programms output. Every black pixel will be engraved and every white (other) pixel will be left out.
http://www.sico.at/spce/spce.html
(Clicks: 1;
Comments: 0;
Listing added: Sep 6, 2009)
|
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. So if you are looking to generate ASCII images from regular jpg, gif or png images, look no further as this is definitely the PHP script for you and will get the job done.
http://www.quidascript.com/index.php?main_page=product_info&cPath=1_14&products_id=87
(Clicks: 1;
Comments: 0;
Listing added: Sep 5, 2009)
|
A simple banner generator using PHP and GD. It's very easy to modify. You just fill out the form and click submit and it makes the banner.
Requires: PHP (It should work with any version on any platform. It seems to work faster on Apache.)
The GD library with png support installed.
Development has stopped. However it is still available for download.
http://fastbanner.templatesforall.com
(Clicks: 0;
Comments: 0;
Listing added: Sep 5, 2009)
|
Optimize website compression tool is a unique online script that you install on your server and it allows you to login to your website and compress any image up to 10 levels. It shows quality and size difference. It does not matter who uploaded the image(s). You can easy help your self save bandwidth and make your photo gallery site load faster with better smaller images with no quality loss.
http://www.optimizehosting.com/
(Clicks: 1;
Comments: 0;
Listing added: Sep 3, 2009)
|
text2PNG.com provide webmasters with the ability to convert their website headlines and navigations to PNG images automaticlly. The process is very simple and automated, it works by adding a small JavaScript file and selecting which tags to replace. The purpose of this script is to ease editing graphical headlines and navigations. For example, you can change the headline in Photoshop, optimize and save the image and upload it to the server to update a graphical headline, or just change the headline text in your HTML file and the image will automaticlly update.
http://www.text2PNG.com
(Clicks: 1;
Comments: 0;
Listing added: Sep 1, 2009)
|
Veqa Image Effects is a PHP tool to get Web image effects on the fly. Features wave, swirl, shear, grayscale, invert, sepia, colorize, tint, brightness, contrast, sharpen, sharpen more, blur, blur more, rotate, flop, flip, and multiple effects. Supports JPG, GIF (and animations), PNG, BMP; and GD, ImageMagick, MagickWand. Also provides interface, login protection, caching, cache gallery, file saving, class functions, reformatting, user documentation, and more. Make all these your cause to bring the effect of your images and do it automatically on the fly.
http://www.veqa.com/imageeffects/
(Clicks: 0;
Comments: 0;
Listing added: Aug 30, 2009)
|
Inspired by Backpackit.com's image management, Image Snapshot can take a portion of an image (crop) to specific dimensions, from different areas of the original image.
This class has been created for the purpose of manipulating an uploaded image, and creating a Thumbnail image that does not alter the aspect ratio, and yet represents the contents of the original image. I'm sure other uses can be found for the Image Snapshot class, but I'll leave that to you. I use it for Photo Galleries, and Shopping Cart systems.
View the manual to get a clearer picture.
This class supports:
- Jpg, Gif, Png files
- Output to Jpg
- Can resize images before applying the crop
- Can crop from any part of the image
An Online Manual is available.
http://blog.jc21.com/2006-06-11/image-snapshot/
(Clicks: 1;
Comments: 0;
Listing added: Aug 30, 2009)
|
Hi all, this little set of functions will create thumbnails of images using PHP’s built in GD functionality. The first function will create thumbnails that save the original aspect ratio. The second will create a sqaure cropped thumbnail.
http://www.ben-griffiths.com/gd-thumbnail-class/
(Clicks: 0;
Comments: 0;
Listing added: Aug 29, 2009)
|
ThumbsUP allows you to create thumbnails of pictures in the GIF, JPEG or PNG format. You can configure the program to what percentage you want to reduce the picture.
http://w3secrets.com
(Clicks: 0;
Comments: 0;
Listing added: Aug 27, 2009)
|
This class can be used to determine whether an image may contain nudity.
It analyses the colors used in different sections of an image to determine whether those colors match the human skin color tones.
As result of the analysis it returns a score value that reflects the probability of the image to contain nudity.
Additionally, it can output an analysed image marking the pixels with color skin tones with a given color.
Currently it can analyze images in the PNG, GIF and JPEG images.
http://www.phpclasses.org/browse/package/3269.html
(Clicks: 0;
Comments: 0;
Listing added: Aug 26, 2009)
|
This program will resize your image, and crop it at the same time so you don't have stretching, or black areas in the thumbnail. It is an add-on it other scripts, and will require some modification, it will not work alone.
http://www.ajquick.com/programming/thumbnail/
(Clicks: 0;
Comments: 0;
Listing added: Aug 25, 2009)
|