33 #include "dcmtk/config/osconfig.h" 34 #include "dcmtk/ofstd/ofcond.h" 35 #include "dcmtk/dcmdata/dctypes.h" 36 #include "dcmtk/dcmimage/diqttype.h" 37 #include "dcmtk/ofstd/ofstring.h" 74 OFBool write16BitEntries,
75 OFBool floydSteinberg,
76 Uint32 numberOfColors,
78 DcmLargestDimensionType largeType = DcmLargestDimensionType_default,
79 DcmRepresentativeColorType repType = DcmRepresentativeColorType_default);
a class representing a list of DICOM elements in which each element has a different tag and elements ...
class maintaining a attribute tag (group and element number)
static OFCondition updateDerivationDescription(DcmItem *dataset, const char *description)
create Derivation Description.
static OFCondition createPaletteColorImage(DicomImage &sourceImage, DcmItem &target, OFBool writeAsOW, OFBool write16BitEntries, OFBool floydSteinberg, Uint32 numberOfColors, OFString &description, DcmLargestDimensionType largeType=DcmLargestDimensionType_default, DcmRepresentativeColorType repType=DcmRepresentativeColorType_default)
converts the given color image into a palette color image.
Interface class for dcmimgle/dcmimage module.
a simple string class that implements a subset of std::string.
General purpose class for condition codes.