Przeglądaj źródła

Feat: add JPF to image filetype

Ben Mezger (seds) 6 lat temu
rodzic
commit
99167429ed
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/info/filetype.rs

+ 1 - 1
src/info/filetype.rs

@@ -30,7 +30,7 @@ impl FileExtensions {
         file.extension_is_one_of( &[
             "png", "jpeg", "jpg", "gif", "bmp", "tiff", "tif",
             "ppm", "pgm", "pbm", "pnm", "webp", "raw", "arw",
-            "svg", "stl", "eps", "dvi", "ps", "cbr",
+            "svg", "stl", "eps", "dvi", "ps", "cbr", "jpf",
             "cbz", "xpm", "ico", "cr2", "orf", "nef",
         ])
     }