Skip to content

vtkNrrdReader: allow reading gzip encoded NRRD files

Kristof Ralovich requested to merge ralovich/vtk:nrrd-gzip-read into master

The size of the NRRD header was off by one: headerBuffer->GetNumberOfTuples() includes the tailing zero as well, we need to discount for that otherwise seeking to the beginning of data will be off.

Edited by Kristof Ralovich

Merge request reports