Skip to content

Fix bug with bad TIFF tag on char/short format

Marcus D. Hanwell requested to merge mhanwell/vtk:tiff-writer-sign-fix into master

The writer only supports the writing of unsigned (the default), change the volume to match the behavior of the single image. This could be improved further in follow up commits if support for signed types is needed.

Merge request reports