phamloc/imagist

There is no license information available for the latest version (dev-master) of this package.

Resize and crop images using ImageMagick, based on WideImage (http://wideimage.sourceforge.net/)

Maintainers

Details

github.com/locpd/imagist

Source

Issues

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/phamloc/imagist

dev-master 2015-11-30 15:59 UTC

This package is not auto-updated.

Last update: 2026-01-07 14:39:50 UTC


README

This package just requires ImageMagick to be installed on server. Php's imagick extension is not needed.

Example usage:

$image = new phamloc\Imagist\Imagist($img); $image->resize(300, 300, 'outside', 'any')->crop('center', 'top', 200, 200)->save('output/'.$output);