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

MRG

parents 29521ae3 780ea9d2
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