Skip to content

Bug 15934: vtkMetaImageWriter incorrect voxel spacing and origin

David Gobbi requested to merge dgobbi/vtk:15934-meta-writer-update into master

The vtkMetaImageWriter's Write() method was getting the spacing and origin from the input's data object before updating the data object. As a result, an incorrect spacing and origin were written to the file header.

Merge request reports