Home     PHP / Javascript / Ajax
PHP Image Snapshot Script

PHP Script Codes > image-handling

Image Snapshot Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 4364

PHP Script Codes > Image Snapshot
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.