Skip to content
Snippets Groups Projects
Commit 3db7be1f authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

FA 00006 : correction sur la lecture des images aux formats GDAL.

parent 0820641b
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,9 @@ void GDALImageIO::InternalReadImageInformation()
// (take time to check !!)
if(m_PxType == GDT_Byte)
{
SetComponentType(CHAR);
// OTB-FA-00006-CS
// SetComponentType(CHAR);
SetComponentType(UCHAR);
}
else if(m_PxType == GDT_UInt16)
{
......
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