ephoto: add psd support to ephoto.

SVN revision: 58877
This commit is contained in:
Cedric BAIL 2011-04-24 20:23:38 +00:00
parent 8de29d0358
commit 7143debdaa
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@ _ephoto_eina_file_direct_info_image_useful(const Eina_File_Direct_Info *info)
(strcasecmp(ext, "bmp") == 0) ||
(strcasecmp(ext, "dib") == 0) ||
(strcasecmp(ext, "tiff") == 0) ||
(strcasecmp(ext, "tif") == 0))
(strcasecmp(ext, "tif") == 0) ||
(strcasecmp(ext, "psd") == 0))
return EINA_TRUE;
}