From e43e288d190dff79e2ed8d77de3514500cc469e5 Mon Sep 17 00:00:00 2001 From: Nontawat Numor Date: Sun, 6 Aug 2017 17:47:15 +0700 Subject: [PATCH] Add raw file type for Olympus and Nikon --- src/info/filetype.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info/filetype.rs b/src/info/filetype.rs index f71383d..9719571 100644 --- a/src/info/filetype.rs +++ b/src/info/filetype.rs @@ -28,7 +28,7 @@ impl FileExtensions { "png", "jpeg", "jpg", "gif", "bmp", "tiff", "tif", "ppm", "pgm", "pbm", "pnm", "webp", "raw", "arw", "svg", "stl", "eps", "dvi", "ps", "cbr", - "cbz", "xpm", "ico", "cr2", + "cbz", "xpm", "ico", "cr2", "orf", "nef", ]) }