Skip to content

Minor change to the TIFF reader to always define the Z spacing.

Berk Geveci requested to merge berkgeveci/vtk:z-spacing-in-tiff into master

The Z spacing is always set to X spacing. Previously this was done only when the TIFF was multiple pages. This fixes a minor issue when multiple TIFF images are loaded as a stack by an external reader.

Merge request reports