ImageHandler is a class set with functions to handle all your image uploading. ImageHandler will store all images as blobs in your database for easy manipulation and access.
ImageHandler can create thumbnails on the fly and store them with the original image, perfect for those who wish to create their own photogallery.
ImageHandler can also watermark your images so that it will be more difficult for people to steal images from your website for their own use.
ImageHandler uses the GD library and has support for the following formats:
* JPEG
* GIF
* PNG
ImageHandler comes with fully functional examples on how to use it. |