Registry / utility / gumlet-php-image-resize

gumlet-php-image-resize

JSON →
library2.1.3phppackagistunverified

PHP class to re-size and scale images

composer require gumlet/php-image-resize
INSTALL
IMPORT
SIG · GUMLET-PHP-IMAGE-R
G
gumlet-php-image-resize
utilityphpv2.1.3
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.

ImageResize
use Gumlet\ImageResize;

Resize an image to a specific width while maintaining aspect ratio

use Gumlet\ImageResize; $image = new ImageResize('input.jpg'); $image->resizeToWidth(300); $image->save('output.jpg');
Debug
Known issues
breakingRequires GD extension
fix
Install php-gd extension
affects: *
Upgrade
Version history
2.1.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
gumlet-php-image-resize — pip install gumlet-php-image-resize · libregistry