From 7143debdaabe6d4f91602d4af7a3c3841f60d2f3 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sun, 24 Apr 2011 20:23:38 +0000 Subject: [PATCH] ephoto: add psd support to ephoto. SVN revision: 58877 --- src/bin/ephoto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index e74a763..2295f07 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -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; }