Skip to content

Fix subextent reading for tiff with pages.

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:fix_tiff_reader into master

When reading a tiff file with pages, reading sub extents split along z-direction was not implemented properly. Fixed that. ReadVolume() now skips directories for slices we are not intended to read.

Merge request reports