Skip to content

Commit

Permalink
GenargSpec: more image format
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Dec 4, 2024
1 parent d61efe2 commit ae7db2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/Appli/cMMVII_GenArgsSpec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static const std::vector<eTA2007> prjSubDirList = // c

static const std::map<eTA2007,std::vector<std::string>> 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"}},
Expand Down

0 comments on commit ae7db2c

Please sign in to comment.