Registry / utility / imagine-imagine

imagine-imagine

JSON →
library1.5.4phppackagistunverified

Image processing for PHP

composer require imagine/imagine
INSTALL
IMPORT
SIG · IMAGINE-IMAGINE
I
imagine-imagine
utilityphpv1.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ImagineInterface
use Imagine\Image\ImagineInterface;

Open an image, resize it to 200px width, and save

use Imagine\Gd\Imagine; $imagine = new Imagine(); $image = $imagine->open('/path/to/image.jpg'); $image->resize($image->getSize()->widen(200))->save('/path/to/resized.jpg');
Debug
Known issues
gotchaRequires GD or Imagick extension
fix
Install php-gd or php-imagick extension
affects: >=1.0.0
Upgrade
Version history
1.5.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
imagine-imagine — pip install imagine-imagine · libregistry