Re: AVIF format

Petko Yotov <[email protected]> Sat, 24 Feb 2024 22:31:10 +0100
Newsgroups gmane.comp.web.wiki.pmwiki.user
Message-ID <[email protected]>
Absolutely, this has been on my todo list and should be added shortly.

In the meantime, webmasters can enable it on their wiki, adding to 
config.php:

   $UploadExts['avif'] = 'image/avif';

Petko


On 24/02/2024 22:19, [email protected] wrote:
> AVIF image format has gained a rather solid support across most 
> browsers now.[1]
> Even Edge currently supports AVIF out of the box, without flag 
> manipulations.
> Thus, it would perhaps be the right time to enable AVIF in uploads by 
> default.
> 
> Luigi