Registry / utility / imagecow-imagecow

imagecow-imagecow

JSON →
library2.4.1phppackagistunverified

PHP library to manipulate and generate responsive images.

composer require imagecow/imagecow
INSTALL
IMPORT
SIG · IMAGECOW-IMAGECOW
I
imagecow-imagecow
utilityphpv2.4.1
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.

Image
use Imagecow\Image;

Resize an image and save it.

use Imagecow\Image; $image = Image::fromFile('input.jpg'); $image->resize(800, 600); $image->save('output.jpg');
Debug
Known issues
gotchaRequires GD or Imagick extension.
fix
Install php-gd or php-imagick.
affects: *
Upgrade
Version history
2.4.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
imagecow-imagecow — pip install imagecow-imagecow · libregistry