]> Creatis software - gdcm.git/commit
Add FileHelper::SetPhotometricInterpretationToMonochrome1() to allow user to
authorjpr <jpr>
Wed, 4 Jul 2007 10:40:56 +0000 (10:40 +0000)
committerjpr <jpr>
Wed, 4 Jul 2007 10:40:56 +0000 (10:40 +0000)
commit357d29b9e51b0d56a395fa968490acb051b2f045
treebc44f5d5aa78006867f831997752f63d9d1584ec
parent0fa63be831b4ad3f2908b1c9c2a1f6e24f991ccb
Add FileHelper::SetPhotometricInterpretationToMonochrome1() to allow user to
write as MONOCHROME1 (0 = white)

Warning : Pixel Data must be supplied with 0 = Black;
they are converted before writting.
src/gdcmDataEntry.h
src/gdcmFileHelper.cxx
src/gdcmFileHelper.h
src/gdcmPixelWriteConvert.cxx