Closed
Description
Despite "skip" flag assigned default value "true" in XML
https://github.com/QIICR/dcmqi/blame/master/apps/seg/itkimage2segimage.xml#L58-L65
the actual default value is set to 0
$ itkimage2segimage --help
[...]
--skip
Skip empty slices while encoding segmentation image. By default, empty
slices will not be encoded, resulting in a smaller output file size.
(default: 0)