Skip to content
Snippets Groups Projects
Commit f9379221 authored by Julien Michel's avatar Julien Michel
Browse files

Ajout du support du format Imagine ERDAS.

parent 1fb5e37b
Branches
Tags
No related merge requests found
......@@ -1088,6 +1088,8 @@ std::string GDALImageIO::TypeConversion(std::string name)
extGDAL="GTiff";
else if ((extension=="hdr")||(extension=="HDR"))
extGDAL="ENVI";
else if ((extension=="img")||(extension=="IMG"))
extGDAL="HFA";
//Pas PNG car BUG !!
// else if ((extension=="png")||(extension=="PNG"))
// extGDAL="PNG";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment