Static Public Member Functions | |
static OFCondition | createPaletteColorImage (DicomImage &sourceImage, DcmItem &target, OFBool writeAsOW, OFBool write16BitEntries, OFBool floydSteinberg, Uint32 numberOfColors, OFString &description, OFBool verbose, DcmLargestDimensionType largeType=DcmLargestDimensionType_default, DcmRepresentativeColorType repType=DcmRepresentativeColorType_default) |
converts the given color image into a palette color image. | |
static OFCondition | updateDerivationDescription (DcmItem *dataset, const char *description) |
create Derivation Description. |
Definition at line 49 of file diquant.h.
|
converts the given color image into a palette color image. All frames of the image are converted. The converted result is written as a complete Image Pixel module to the given target item.
|
|
create Derivation Description. If a derivation description already exists, the old text is appended to the new text.
|