Quellcode durchsuchen

Recognize .jxl and .avif as image files

hellosway vor 4 Jahren
Ursprung
Commit
659def7138
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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",
         ])
     }