Page MenuHomePhabricator

Compression should be configurable in mitkImageWriter
Closed, ResolvedPublic

Description

Currently, the mitkImageWriter always uses compression when writing images that are not 'png', 'tif' or 'jpg'.

This should be configurable.

Event Timeline

New remote branch pushed: bug-15749-make-compression-configuratble

New remote branch pushed: bug-15749-make-compression-configurable-master

I have added a new method ImageWriter::SetUseCompression(bool) that can be used to dis-/enable the compression for the writing of images.

Current release is finished. Resetting target milestone

User engelm has pushed new remote branch:

bug-15749-configurable-compression

[b1bc1b]: Merge branch 'bug-15749-configurable-compression'

Merged commits:

2014-06-18 13:01:46 Markus Engel [f37186]
use of compression is configurable