Registry / utility / smottt-wideimage

smottt-wideimage

JSON →
library1.1.4phppackagistunverified

An open-source PHP library for image manipulation.

composer require smottt/wideimage
INSTALL
IMPORT
SIG · SMOTTT-WIDEIMAGE
S
smottt-wideimage
utilityphpv1.1.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.

WideImage
use WideImage\WideImage;

Loads an image, resizes it, and saves the thumbnail.

use WideImage\WideImage; $image = WideImage::load('image.jpg'); $resized = $image->resize(200, 200); $resized->saveToFile('thumb.jpg');
Debug
Known issues
breakingRequires GD extension.
fix
Install php-gd extension.
affects: >=1.0.0
Upgrade
Version history
1.1.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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