-
-
Notifications
You must be signed in to change notification settings - Fork 234
FEATURE: Allow the format avif
for thumbnail generation.
#3135
New issue
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
FEATURE: Allow the format avif
for thumbnail generation.
#3135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by reading
@jonnitto please test wether this works. My imagick is probably not new enough an creates jpeg files with an avif ending which is what is to be expected for older imagick versions. |
Unfortunately, this will not work yet, the imagine/imagine package doesn't support |
Guess it will take time until imagine/imagine supports that because the say the GraphicsMagick does not support that and only a newer version of ImageMagick has the support. |
Converted to draft until imagine has been updated |
Maybe that's also helpful for us :) |
Indeed! AVIF support is now available in libgd now, and it is also set to be part of PHP 8.1. |
Since php 8.1 and imagine support avif now we should pick this up again. We will probably have to check the imagine dependencies |
@mficzel +1 for picking this one up again. I suggested this change for the 7.3 release. But I think the PR needs to be re-created against the current |
As with `webp` the format has to be supported by the library behind imagine aswell. Currently `avif` is only supported by imagick > 7.0.10-25 and libheif > 1.7.0.
de38deb
to
86fa289
Compare
@bwaidelich rebased on master |
Thanks <3 |
As with
webp
the format has to be supported by the library behind imagine aswell.Currently
avif
is only supported by imagick > 7.0.10-25 and libheif > 1.7.0.Resolves: #3132