Name | Description | |
---|---|---|
ReadBehaviour | Specific behaviours to use for decompression |
The following tables list the members exposed by DecompressionArguments.
Name | Description | |
---|---|---|
ReadBehaviour | Specific behaviours to use for decompression |
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) | |
DestinationArray | The array into which the original decompressed pixel data is placed. This could be a byte or short or ushort array depending on the pixel data bits stored. | |
Frame | The requested Frame number (first frame is 1, not 0) | |
FrameCount | Total number of frames in the input stream. Useful for some codec (e.g. FFmpeg) if it needs to seek and run cope with out of sync and missing frames | |
ImplementationUID | The implementation UID of the original image (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) | |
InputTransferSyntax | The transfer syntax of the input data | |
isSigned | Sign of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) | |
PhotometricInterpretation | The photometric interpretation of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) | |
PixelRequest | The requested resolution to decompress the image to | |
Planarconfig | How the colour pixel data is arranged (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) | |
Planes | The number of images planes. (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) | |
Size | The size of the image (pixels x pixels) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments) | |
SourceStream | The stream from which compressed pixel data is obtained |