Skip to content
Discussion options

You must be logged in to vote

Hi,

This is a known issue, and has to do with how Imagick was compiled. I don't know exactly the details of it (think it is Imagick compiled against ImageMagick 6.x, but I've also had instances where that worked, so..), but the version that's in ddev and normal version of ubuntu, has this bug.

Unfortunately, there's no quickfix for this, Imagick has to be recompiled, preferably with ImageMagick 7. https://softcreatr.github.io/imei/ can be used to make this easier.

Another option is to use GD instead of Imagick, recent versions (from PHP 8.2+) usually have avif support included.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kaspar-allenbach
Comment options

Answer selected by kaspar-allenbach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants