]> Creatis software - gdcm.git/commit
Some constructors (at least one ...) use BitsAllocated =! BitsStored for
authorjpr <jpr>
Wed, 22 Jun 2005 07:52:32 +0000 (07:52 +0000)
committerjpr <jpr>
Wed, 22 Jun 2005 07:52:32 +0000 (07:52 +0000)
commit1996bbbcd752f893a137241cadbece7d758baa81
tree45314b1a44e6f6f0ff39dbf17f67095f3edd35b7
parent80ce3849b9c23b0cac0cd9f1be0633ba4e398d94
Some constructors (at least one ...) use BitsAllocated =! BitsStored for
negative Pixels.
That break at lot of viewers ...
We now *propagate the sign bit* upon the unused ones, better than masking them
out.
Thx to Luca Picello for profiding data to fix the bug
src/gdcmPixelReadConvert.cxx