Name | Description | |
---|---|---|
![]() | BitsAllocated | Number of bits per sample allocated (always 8 or 16) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | BitsStored | Number of bits per sample used (always between 8 and 16) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | DataSet | The full associated dataset (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | DestinationStream | The stream into which compressed pixel data is placed |
![]() | Image | The DICOM image being compressed |
![]() | ImplementationUID | The implementation UID of the original image (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | isSigned | Sign of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | OutputDataset | Reference of the actual output Dataset made available in the codec |
![]() | OutputTransferSyntax | The transfer syntax into which the image should be compressed |
![]() | PhotometricInterpretation | The photometric interpretation of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | Planarconfig | How the colour pixel data is arranged (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | Planes | The number of images planes. (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | Quality | A data to describe compression quality |
![]() | Size | The size of the image (pixels x pixels) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) |
![]() | SourceArray | The array from which the original decompressed pixel data is obtained. This could be a byte or short or ushort array depending on the pixel data bits stored. |
![]() | WriteBehaviour | Specific behaviours to use for compression |