瀏覽代碼

Recognize .jxl and .avif as image files

hellosway 4 年之前
父節點
當前提交
659def7138
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/info/filetype.rs

+ 1 - 1
src/info/filetype.rs

@@ -38,7 +38,7 @@ impl FileExtensions {
             "png", "jfi", "jfif", "jif", "jpe", "jpeg", "jpg", "gif", "bmp",
             "tiff", "tif", "ppm", "pgm", "pbm", "pnm", "webp", "raw", "arw",
             "svg", "stl", "eps", "dvi", "ps", "cbr", "jpf", "cbz", "xpm",
-            "ico", "cr2", "orf", "nef", "heif",
+            "ico", "cr2", "orf", "nef", "heif", "avif", "jxl",
         ])
     }