We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intervention/image
osiemsiedem/intervention-image-vips-driver provides a driver for libvips, which is a more efficient alternative to GD and Imagick for manipulating images.
osiemsiedem/intervention-image-vips-driver
There have been PRs in the past to allow libvips to work with Silverstripe CMS - but we don't run tests against it, so regressions could sneak in.
sudo apt install libvips42
composer require osiemsiedem/intervention-image-vips-driver
SilverStripe\Core\Injector\Injector: Intervention\Image\ImageManager: constructor: - { driver: Vips }
The text was updated successfully, but these errors were encountered:
We had some initial discussion with CreMarketing about this.
Vips looked like it could in theory be quite a cool improvement for generating images. Our own testing has been a bit more dubious.
Intervention 3 doesn't support it and doesn't seem inclined to support it. This would be a blocker for CMS 6 support.
Validation required:
Sorry, something went wrong.
GuySartorelli
No branches or pull requests
osiemsiedem/intervention-image-vips-driver
provides a driver for libvips, which is a more efficient alternative to GD and Imagick for manipulating images.There have been PRs in the past to allow libvips to work with Silverstripe CMS - but we don't run tests against it, so regressions could sneak in.
Getting libvips driver working
sudo apt install libvips42
)osiemsiedem/intervention-image-vips-driver
(e.g.composer require osiemsiedem/intervention-image-vips-driver
)Acceptance criteria
intervention/image
The text was updated successfully, but these errors were encountered: