From ae7db2c931228fc2843a0c508fa9c1c096f9f22f Mon Sep 17 00:00:00 2001 From: Christophe Meynard Date: Tue, 3 Dec 2024 17:51:36 +0100 Subject: [PATCH] GenargSpec: more image format --- MMVII/src/Appli/cMMVII_GenArgsSpec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp b/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp index 01b4bd2edc..2c2b1308ce 100755 --- a/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp +++ b/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp @@ -28,7 +28,7 @@ static const std::vector prjSubDirList = // c static const std::map> fileList = // clazy:exclude=non-pod-global-static { - {eTA2007::FileImage,{".tif",".tiff",".jpg",".jpeg",".png",".cr2",".crw",".nef"}}, + {eTA2007::FileImage,{".tif",".tiff",".jpg",".jpeg",".png",".jp2",".bmp",".cr2",".crw",".nef"}}, {eTA2007::FileCloud,{".ply"}}, {eTA2007::File3DRegion,{""}}, {eTA2007::XmlOfTopTag,{".xml",".json"}},