crop pictures

Image Manipulation Class

Image Manipulation Class

This item contains two classes for image manipulation. The one uses GD library and other one uses ImageMagick. In the both classes are collected several methods which allow to edit your images to suit your needs. Except most standard methods such as resize and crop in the class was added method for generating thumbnails and method for placing a watermark on the pictures. In the class, which uses GD library, you can find: resize method crop ...

Image Resizer

Image Resizer

This PHP class helps you to process images. There are two manner you can use this script. One manner is directly from url like (imageprocessor.php?src=image&h=100&w&50&...). This can be used to create thumbnails on the fly. The second manner is using the class in your website/application code by including the imageprocessor.php in your script. Features Resize images on the fly Supports jpg, gif, png Preserves png and gif tr...