diff --git a/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx b/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx index 0378a7024a0ee5172c06d01af936658608ba8635..bd6a8d1583cf4b54dd0ebc441108000735a943ec 100644 --- a/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx +++ b/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx @@ -729,7 +729,7 @@ private: urp_in[ 0 ] = ulx ; urp_in[ 1 ] = lry ; llp_in[ 0 ] = lrx ; - llp_in[ 1 ] = ulx ; + llp_in[ 1 ] = uly ; lrp_in[ 0 ] = lrx ; lrp_in[ 1 ] = lry ; ulp_out = rsTransform->TransformPoint(ulp_in);