<div dir="ltr"><div>Hello, I added new mime-types, "image/avif" and "image/avif-sequence".</div><div>Please take a look,</div><br># HG changeset patch<br># User Ryo Hirafuji <<a href="mailto:ryo.hirafuji@link-u.co.jp">ryo.hirafuji@link-u.co.jp</a>><br># Date 1580715197 -32400<br>#      Mon Feb 03 16:33:17 2020 +0900<br># Branch mime-avif-avifs<br># Node ID 28c8371bb45be38623f8ac0e958d14b55600198a<br># Parent  b8a512c6466c3b2f77876edf14061c5d97e6159f<br>MIME: Added avif/avifs types.<br><br>"avif" is an image format based on AV1, royalty-free video coding format.<br>"avifs" is an image sequence format, that contains multiple avif images<br>like animated gifs.<br><br>[Reference]<br>avif/avifs: <a href="https://aomediacodec.github.io/av1-avif/">https://aomediacodec.github.io/av1-avif/</a><br>AV1: <a href="https://aomediacodec.github.io/av1-spec/av1-spec.pdf">https://aomediacodec.github.io/av1-spec/av1-spec.pdf</a><br><br>diff -r b8a512c6466c -r 28c8371bb45b conf/mime.types<br>--- a/conf/mime.types  Tue Jan 21 16:39:42 2020 +0300<br>+++ b/conf/mime.types   Mon Feb 03 16:33:17 2020 +0900<br>@@ -20,6 +20,8 @@<br>     image/tiff                                       tif tiff;<br>     image/vnd.wap.wbmp                               wbmp;<br>     image/webp                                       webp;<br>+    image/avif                                       avif;<br>+    image/avif-sequence                              avifs;<br>     image/x-icon                                     ico;<br>     image/x-jng                                      jng;<br>     image/x-ms-bmp                                   bmp;<br></div>