Currently, the mitkImageWriter always uses compression when writing images that are not 'png', 'tif' or 'jpg'.
This should be configurable.
Currently, the mitkImageWriter always uses compression when writing images that are not 'png', 'tif' or 'jpg'.
This should be configurable.
I have added a new method ImageWriter::SetUseCompression(bool) that can be used to dis-/enable the compression for the writing of images.
[b1bc1b]: Merge branch 'bug-15749-configurable-compression'
2014-06-18 13:01:46 Markus Engel [f37186]
use of compression is configurable