Class | Description | |
---|---|---|
CodecFactory | "Factory" class which creates and controls the instantiation of codecs | |
CodecGlobal | Placeholder for methods affecting all codecs | |
CompressionArguments | class used to pass arguments to a compression codec | |
DecompressionArguments | Class used to hold arguments passed to a decompression codec | |
DicomCodecBaseArguments | The base class for arguments passed to codecs | |
ImportArguments | Class used to hold arguments passed to an import codec | |
Jpeg2000CompressionOptions | Class which allows control of the details of JPEG 2000 compression | |
JpegLossless | The class which implements the internal JPEG Lossless codec | |
JpegLossy | Static class to hold global options for the JPEG lossy codec | |
JpegLSCompressionOptions | Class which allows control of the details of JpegLS compression | |
Jpip | Static class to hold global options for JPIP usage | |
ModificationArguments | Defines changes which need to be applied to a compressed image | |
SimpleCodec | A class which provides a simple implementation of most of the required members of ICompressor and IDecompressor, simplifying implementation for transfer syntaxes which do not need partial decompression. | |
VideoCodec | A class derived from SimpleCodec to be used by video codecs |