pieceofcake2 / imagine
Imagine Plugin for CakePHP
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 38
Type:cakephp-plugin
pkg:composer/pieceofcake2/imagine
Requires
- php: ^8.0
- composer/installers: *
- imagine/imagine: ^1.5
- pieceofcake2/cakephp: ^2.10
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^9.6
- pieceofcake2/app: ^2.1
- pieceofcake2/phpstan-cakephp2: ^0.2.1
Suggests
- ext-gd: For GD-based image processing
- ext-imagick: For Imagick-based image processing
Replaces
README
This is forked for CakePHP2.
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.10+
- PHP 8.0+
- 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.
License
Copyright 2012 - 2014, Florian Krämer
Licensed under The MIT License Redistributions of files must retain the above copyright notice.