Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.31 KB

Imagine Plugin for CakePHP

The Imagine plugin is a CakePHP wrapper around the Imagine image manipulation library. It makes it very easy to manipulate image data like resize, thumbnail, crop or even to do more complex tasks like creating a photo collage. Also it abstracts the different ways, GD, Imagick, Imagick Shell to work with image data in php.

Requirements

  • CakePHP 2.0+
  • PHP 5.3+
  • Imagine Library (included as git submodule or composer dependency)

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.

Support

For bugs and feature requests, please use the issues section of this repository.

Contributing

To contribute to this plugin please follow a few basic rules.

License

Copyright 2012 - 2014, Florian Krämer

Licensed under The MIT License Redistributions of files must retain the above copyright notice.