From 56aeb3282f0e8cc8734e4d018f9b0946a0fb09fe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Aug 2020 20:25:31 +0200 Subject: Add .ppm as a valid image file type. --- src/lib/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util.cc b/src/lib/util.cc index 84138f4d9..6db381108 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -612,7 +612,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 == ".ppm" ); } -- cgit v1.2.3