Introduction
ULTRA THUMBNAIL CREATORPRO is a php class for on-the-fly image resizing.
Features
-
5 work modes:
- image – scale to fit given dimensions
- image by width – scale to match given width, height is calculated dynamically
- image by height – scale to match given height, width is calculated dynamically
- mini – crop to exact, given dimensions
- logo – fit to exact, given dimensions by adding additional areas
- multi-format – JPG/PNG/GIF support
- watermark – protect your images (5 watermark positions)
- precision – maintain aspect ratio
- cache – using 304 header to save your bandwidth
- customization – custom ‘no-image’ and class settings
- security – all user input is sanitized
- multi-purpose – can be used on any website
- extensive documentation – no php knowledge needed
- WYSIWYG – live demo available
Requirements
A PHP enabled server (version 5.0+) with GD Library enabled is required for the script to work.