Registry / utility / gregwar-image

gregwar-image

JSON →
library2.1.0phppackagistunverified

Image handling library for PHP providing manipulation and processing capabilities.

composer require gregwar/image
INSTALL
IMPORT
SIG · GREGWAR-IMAGE
G
gregwar-image
utilityphpv2.1.0
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 Gregwar\Image\Image;

Open an image, resize it, and save the result.

use Gregwar\Image\Image; $image = Image::open('path/to/image.jpg'); $image->resize(100, 100); $image->save('path/to/thumb.jpg');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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