Tread .psd as an image file.
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Mar 2021 22:54:53 +0000 (00:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Mar 2021 22:54:53 +0000 (00:54 +0200)
src/lib/util.cc

index 2c01678296f489c8038c39160f83ebba6dfc7baf..24ea42b8f2e0e945a31488a414e42ca1f4017f57 100644 (file)
@@ -616,7 +616,7 @@ valid_image_file (boost::filesystem::path f)
                ext == ".tif" || ext == ".tiff" || ext == ".jpg" || ext == ".jpeg" ||
                ext == ".png" || ext == ".bmp" || ext == ".tga" || ext == ".dpx" ||
                ext == ".j2c" || ext == ".j2k" || ext == ".jp2" || ext == ".exr" ||
-               ext == ".jpf"
+               ext == ".jpf" || ext == ".psd"
                );
 }