Ephoto: Load raw image formats.

This commit is contained in:
Stephen okra Houston 2015-12-29 11:16:19 -06:00
parent 42c3a3a482
commit 351c0b2809
1 changed files with 5 additions and 1 deletions

View File

@ -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;