Open GuySartorelli opened 5 months ago
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:
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