- Issue created by @jwilson3
- 🇫🇷France andypost
Thank you, nice idea to override core while the the patch is not accepted
- 🇪🇨Ecuador jwilson3
@andypost Even after the core issue gets in, this issue might still be useful for people who want to use the avif_lib module to convert their images due to hosting restrictions and their version of php that might not be compiled with AVIF compatibility in GD library.
- 🇫🇷France andypost
Core issue commited, probably the issue could be moved to core
- 🇬🇧United Kingdom catch
✨ AVIF conversion with WEBP fallback Active is open against core now.
- 🇦🇺Australia mstrelan
Core issue commited, probably the issue could be moved to core
✨ AVIF conversion with WEBP fallback Active is open against core now.
Actually the Convert plugin in core already supports AVIF if the GD toolkit supports it. This issue in the AVIF contrib module is for providing the same conversion without GD, e.g. via ImageMagick or CAVIF.
- 🇪🇨Ecuador jwilson3
Yep. I should have made this clearer in the issue summary. This issue should stay with the contrib module. We can be certain core would not add a dependency on the CAVIF Rust library, but does anyone know if core would ever plan to add ImageMagick support?