Tread .psd as an image file.
[dcpomatic.git] / src / lib / util.cc
index a09e6859f834ba867a84544f1f01e8447f37a475..d36ae744fe1946d4b70cc2f7cdb7c463f3dc3a2e 100644 (file)
@@ -603,7 +603,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"
                );
 }