Integration of libvips #3910
-
|
Hi @freekmurze , Since the vips driver has been integrated into spatie/image, will laravel-medialibrary receive an update to use this driver? Thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
freekmurze
Feb 6, 2026
Replies: 1 comment
-
|
Good news! The vips driver is actually already supported in laravel-medialibrary since it uses spatie/image under the hood. To use vips, you need to:
I've created a PR to update the config comment to make this more visible: #3911 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsayer101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good news! The vips driver is actually already supported in laravel-medialibrary since it uses spatie/image under the hood.
To use vips, you need to:
brew install vipson macOS,apt install libvipson Ubuntu)composer require jcupitt/vipsIMAGE_DRIVER=vipsin your.envfileI've created a PR to update the config comment to make this more visible: #3911