André Elvan

Results 45 comments of André Elvan

> GD seems to work fine, but when I try and use Imagick, I get this error message Could you clarify this; if you have GD as your image driver,...

What happens if you remove the `craft.imager.serverSupportsWebp()` conditional, and have imagick as image driver?

Seems to be an issue where query strings were urldecoded. Think I've fixed it, could you try to replace the `Imager_ImagePathsModel.php` file in the `imager/models` folder with the attached, zipped...

Hi @Nav33d did you get a chance to test this fix?

Although I see the allure of a feature like this, I've yet to see/come up with a solution that would fit into Imager without coming with major drawbacks that would...

It's definitely not intended behaviour. The only way for cached transforms to disappear would be if the cache is cleared manually, either via the empty cache functionality in the craft...

Ok, apart from us using DigitalOcean, we're running that setup on a ton of sites with Imager, so that should be fine. Have you looked at the timestamps of the...

The clut effect still works in my tests. I suspect the issue had something to do with the version of Imagick on the server, I need more information about versions...

Thanks Mark. Have you tracked down the underlying cause? Is it the fact that it's a base64 encoded svg, or something with the escaping maybe?

Hi, I feel like this is a bit too far from what Imager does today, to be a natural feature to add. Also, it'd probably be easier to create a...