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

Backed out changeset c48f3810f0e5 (writing PCI format)

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