intervention-image-vips-driver icon indicating copy to clipboard operation
intervention-image-vips-driver copied to clipboard

VIPS driver for Intervention Image.

Results 5 intervention-image-vips-driver issues
Sort by recently updated
recently updated
newest added

Hello, I just found this very nice project. libvips has a special `thumbnail` operation which can load and resize an image in one step. Because the two things happen together,...

This PR supersedes #13 and implements all commands. I have also made some small improvements to previously implemented commands and added some typehint docblocks. My intention is to implement everything...

Would it be possible to have a way to control the encoder options. Have a set of defaults but allow it to be overridden, custom and/or methods to toggle base...

Closes #11 This is a bit WIP still, but assuming you have Docker installed you can run the tests with: ```bash composer install --ignore-platform-reqs docker build -t phpunit-vips . docker...

We're using this library in production (practically forced to because Gd and Imagick have issues with WebP, or don't support it at all), and it would be nice to have...