diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx index e198ff61b53ac526b98b33392e967d064f014f06..a1c1b49047cf6b9f6be18b9e6652019b9fea7219 100644 --- a/Applications/Utils/otbReadImageInfo.cxx +++ b/Applications/Utils/otbReadImageInfo.cxx @@ -281,7 +281,7 @@ private: SetParameterFloat("originx", inImage->GetOrigin()[0]); SetParameterFloat("originy", inImage->GetOrigin()[1]); - ossOutput << "\tOrigin : [" << GetParameterFloat("originx") << "," << GetParameterInt("originy") << "]" << std::endl; + ossOutput << "\tOrigin : [" << GetParameterFloat("originx") << "," << GetParameterFloat("originy") << "]" << std::endl; //Get image spacing SetParameterFloat("spacingx", inImage->GetSpacing()[0]);