From b04714afee72ca680e1846a860345426ef6022ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Presles?= Date: Mon, 26 Nov 2012 13:15:41 +0100 Subject: [PATCH] changed PostMultiply to PreMultiply in vvImageReader --- common/vvImageReader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/vvImageReader.cxx b/common/vvImageReader.cxx index c795cd9..0f2634a 100644 --- a/common/vvImageReader.cxx +++ b/common/vvImageReader.cxx @@ -193,7 +193,7 @@ void vvImageReader::ReadMatImageTransform() } // TODO SR and BP: check on the list of transforms and not the first only - mImage->GetTransform()[0]->PostMultiply(); + mImage->GetTransform()[0]->PreMultiply(); mImage->GetTransform()[0]->Concatenate(matrix); mImage->GetTransform()[0]->Update(); } -- 2.47.1