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.
- Host: GitHub
- URL: https://github.com/burzum/cakephp-imagine-plugin
- Owner: burzum
- License: mit
- Archived: true
- Created: 2012-01-07T18:38:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T03:16:54.000Z (almost 4 years ago)
- Last Synced: 2024-05-17T12:48:22.836Z (over 1 year ago)
- Topics: cakephp, cakephp-plugin, cakephp-wrapper, image-processing, imagick, imagine, php
- Language: PHP
- Homepage:
- Size: 1020 KB
- Stars: 137
- Watchers: 21
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Imagine Plugin for CakePHP3 #
[](LICENSE.txt)
[](https://travis-ci.org/burzum/cakephp-imagine-plugin)
[](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.