ephoto: add psd support to ephoto.

SVN revision: 58877
master
Cedric BAIL 13 years ago
parent 8de29d0358
commit 7143debdaa
  1. 3
      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;
}

Loading…
Cancel
Save