Page MenuHomePhabricator

Saving as VTI results in incorrect image origin and directions
Closed, WontfixPublic

Description

Currently saving images as VTI does not work correctly.

Origin and directions are not correctly stored. (Always 0,0,0 and Identity).

Reason is that the mitk::Image::GetVtkImageData() method drops the information in the returning vtkImage.

Bug would be fixed if T5050 is fixed.