From 351c0b28099fcf34f043a194bc6a2eefb7a0055a Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Tue, 29 Dec 2015 11:16:19 -0600 Subject: [PATCH] Ephoto: Load raw image formats. --- src/bin/ephoto.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index ce75554..1301c64 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -222,7 +222,11 @@ _ephoto_eina_file_direct_info_image_useful(const Eina_File_Direct_Info *info) const char *filters[] = { "png", "jpeg", "jpg", "eet", "xpm", "tiff", "gif", "svg", "webp", "pmaps", - "bmp", "tga", "wbmp", "ico", "psd", "jp2k", "generic" + "bmp", "tga", "wbmp", "ico", "psd", "jp2k", "generic", "3fr", "ari", "arw", + "bay", "crw", "cr2", "cap", "dcs", "dcr", "dng", "drf", "eip", "erf", + "fff", "iiq", "k25", "kdc", "mdc", "mef", "mos", "mrw", "nef", "nrw", "obm", + "orf", "pef", "ptx", "pxn", "r3d", "raf", "raw", "rwl", "rw2", "rwz", + "sr2", "srf", "srw", "tif", "x3f" }; bname = info->path + info->name_start;