Problem/Motivation
Not all servers support converting to AVIF, so we can't use it as a default format for image styles in install profiles.
Steps to reproduce
- Have a server that doesn't support AVIF
- Use the Convert image style plugin configured to use AVIF
- Create an article with an image, the image will not display
Proposed resolution
As per #3372932-40: [Meta] High-performance images (nearly) out of the box we may need a new Image Effect to convert to AVIF if it's supported, with a fallback to WEBP if it's not. Possibly this could be generic for other formats too, but for now only AVIF has explicit requirements.
Remaining tasks
- Decide if we want to do this
- Review the approach in the MR
- Make the IS and CR sparkle