Registry / utility / jcupitt-vips

jcupitt-vips

JSON →
library2.6.1phppackagistunverified

A high-level interface to the libvips image processing library.

composer require jcupitt/vips
INSTALL
IMPORT
SIG · JCUPITT-VIPS
J
jcupitt-vips
utilityphpv2.6.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 Jcupitt\Vips\Image;

Resize an image by 50% and save it.

use Jcupitt\Vips\Image; $image = Image::newFromFile('input.jpg'); $image->resize(0.5)->writeToFile('output.jpg');
Debug
Known issues
breakingRequires libvips C library to be installed on the system.
fix
Install libvips via package manager (e.g., apt install libvips-dev).
affects: >=1.0.0
Upgrade
Version history
2.6.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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