Skip to content
Snippets Groups Projects
Commit e42f24cb authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: add support for pci files (from DavDub on otb-users)

parent 064fed74
No related branches found
No related tags found
No related merge requests found
......@@ -1110,6 +1110,7 @@ std::string GDALImageIO::TypeConversion(std::string name)
//Pas JPEG car BUG !!
// else if ((extension=="jpg")||(extension=="JPG")||(extension=="jpeg")||(extension=="JPEG"))
// extGDAL="JPEG";
else if ((extension=="pix")||(extension=="PIX")) extGDAL="PCIDSK";
else extGDAL = "NOT-FOUND";
return extGDAL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment