Investigate image resizing with libvips #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mastoson recently moved over to using libvips as its more resource friendly.
Should we move to using it as well, can we in a PHP app?
We use Intervention/Image to handle images, it has a libvips driver: https://github.com/Intervention/image-driver-vips
This will need us to enable FFI on PHP, then adding vips to the Laravel Sail configuration.