2Jun/11Off
An open-source PHP library for image manipulation
- Imagine (PHP 5.3+, GD, Imagick, GMagick)
- Asido (supports GD and ImageMagick; not actively developed)
- phpThumb (GD, ImageMagick; not actively developed)
- PHP Thumbnailer (GD, ImageMagick to be supported; PHP5, actively developed)
- PHP IML (GD, loosely based on WideImage)
- class.upload.php (GD)
- Smart Image Resizer (GD; on-the-fly resizing, cropping, sharpening)
- php-image (GD; not actively developed)
- Gregphoto image (GD; not actively developed)
- Image_Transform (GD, ImageMagick, NetPBM; not actively developed)
- phMagick (ImageMagick)
- GD (GD native PHP extension)
- IMagick (ImageMagick native PHP extension)
- MagickWand for PHP (ImageMagick MagicWand native PHP extension)
30May/11Off
Image Processing with Imagine
What is Imagine?
Imagine is an open source image manipulation library built with PHP 5.3 that implements an object oriented interface to ImageMagick, GraphicsMagick and GD. It provides functionality for both common image manipulation and drawing tasks. Instead of rewriting the same code to create a thumbnail, crop, rotate, resize, flip or even creating a composite image, Imagine provides a single line method to solve these tasks.
Introduction to Imagine
View more presentations from Bulat Shakirzyanov
More info : https://github.com/avalanche123/Imagine/