Closed PabloKowalczyk closed 1 year ago
@chregu can vips be used with the imagine bundle like this? are you aware of a way to use vips with the bundle, does it require manual service definition?
That should be possible. It's just a compatible package as the others, it's even in the Imagine Namespace
$imagine = new \Imagine\Vips\Imagine();
But I don't know what this bundle does to find that driver.
Add vips to this maybe? https://github.com/liip/LiipImagineBundle/blob/8f939d3d483f427a8d236cc93f8de93527f1b2ed/DependencyInjection/Configuration.php#L112
Or somehow document this driver_service
option? (couldn't find anything, but maybe looking in the wrong places)
I've opened a PR https://github.com/liip/LiipImagineBundle/pull/1495
fixed in #1496, thanks @PabloKowalczyk and @chregu
i released this as https://github.com/liip/LiipImagineBundle/releases/tag/2.10.0
That was fast, thanks.
Hello, I would like to use
vips
driver (https://packagist.org/packages/rokka/imagine-vips), but config:fails with:
Is there any way to get that working?
Preconditions
2.9.0
;6.1.9
;vips
implementation for imagine https://packagist.org/packages/rokka/imagine-vips;Steps to reproduce
Use config:
Expected result
Can use
vips
driver.Actual result
App fails with message "Invalid configuration for path "liip_imagine.driver": Invalid imagine driver specified: "vips"".