We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e127cd7 commit 3e85b37Copy full SHA for 3e85b37
dcmseg/libsrc/segdoc.cc
@@ -1495,7 +1495,7 @@ OFCondition DcmSegmentation::writeSegmentationImageModule(DcmItem& dataset)
1495
{
1496
bitsAlloc = 1;
1497
bitsStored = 1;
1498
- highBit = 1;
+ highBit = 0;
1499
dataset.putAndInsertOFStringArray(DCM_SegmentationType, "BINARY");
1500
dataset.putAndInsertOFStringArray(DCM_SegmentsOverlap, "UNDEFINED");
1501
break;
0 commit comments