An open API service indexing awesome lists of open source software.

https://github.com/burzum/cakephp-imagine-plugin

CakePHP wrapper for the powerful Imagine image processing library. Makes images manipulation easy and powerful.
https://github.com/burzum/cakephp-imagine-plugin

cakephp cakephp-plugin cakephp-wrapper image-processing imagick imagine php

Last synced: 1 day ago
JSON representation

CakePHP wrapper for the powerful Imagine image processing library. Makes images manipulation easy and powerful.

Awesome Lists containing this project

README

          

# Imagine Plugin for CakePHP3 #

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)
[![Build Status](https://img.shields.io/travis/burzum/cakephp-imagine-plugin/master.svg?style=flat-square)](https://travis-ci.org/burzum/cakephp-imagine-plugin)
[![Coverage Status](https://img.shields.io/coveralls/burzum/cakephp-imagine-plugin/master.svg?style=flat-square)](https://coveralls.io/r/burzum/cakephp-imagine-plugin)

The **Imagine** plugin is a CakePHP wrapper around the [Imagine image manipulation library](https://github.com/avalanche123/Imagine). 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.

**If you're upgrading from CakePHP 2.x please read [the migration guide](docs/Documentation/Migrating-from-CakePHP-2.0.md).**

Requirements
------------

* CakePHP 3.0+
* PHP 5.4+
* [Imagine](https://github.com/avalanche123/Imagine)

Documentation
-------------

For documentation, as well as tutorials, see the [docs](docs/Home.md) directory of this repository.

Support
-------

For bugs and feature requests, please use the [issues](https://github.com/burzum/cakephp-imagine-plugin/issues) section of this repository.

Contributing
------------

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

* Pull requests must be send to the ```develop``` branch.
* Contributions must follow the [PSR2-**R** coding standard recommendation](https://github.com/php-fig-rectified/fig-rectified-standards).
* [Unit tests](http://book.cakephp.org/3.0/en/development/testing.html) are required.

License
-------

Copyright 2012 - 2015, Florian Krämer

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