Image manipulation with php and imagemagick phMagick wraps the most common image manipulation actions a web developer needs into easy to use code.
- Install it via composer
- Clone this repo, the code is inside phMagick folder
phMagick comes with its own simple autoloader, so you can use it out of the box
using the phMagick autoloader
<?php
include '<path to phmagick>/phmagick.php';
phMagick uses namespaces and respects the PSR-0 standard so you can use any modern autoloader to load phMagick classes
- Point your browser to docs/index.htm