DCMTK
Version 3.6.1 20150924
OFFIS DICOM Toolkit
|
enumerations, error constants and helper functions for the dcmjpeg module More...
Classes | |
class | DcmJpegHelper |
helper class with static methods used from different dcmjpeg classes (in particular from the encoder and the decoder part). More... | |
Enumerations |
Variables | |
DCMTK_DCMJPEG_EXPORT const OFConditionConst | EJ_Suspension |
IJG codec suspension return. | |
DCMTK_DCMJPEG_EXPORT const OFConditionConst | EJ_IJG8_FrameBufferTooSmall |
Buffer for decompressed image (8 bits/sample) too small. | |
DCMTK_DCMJPEG_EXPORT const OFConditionConst | EJ_IJG12_FrameBufferTooSmall |
Buffer for decompressed image (12 bits/sample) too small. | |
DCMTK_DCMJPEG_EXPORT const OFConditionConst | EJ_IJG16_FrameBufferTooSmall |
Buffer for decompressed image (16 bits/sample) too small. | |
DCMTK_DCMJPEG_EXPORT const OFConditionConst | EJ_UnsupportedPhotometricInterpretation |
Codec does not support this PhotometricInterpretation. | |
DCMTK_DCMJPEG_EXPORT const OFConditionConst | EJ_UnsupportedColorConversion |
Codec does not support this kind of color conversion. | |
enumerations, error constants and helper functions for the dcmjpeg module
describes how color space conversion should be handled during the conversion of an uncompressed DICOM image to a JPEG-compressed image
describes how color space conversion should be handled during the conversion of a JPEG-compressed DICOM image to an uncompressed image
describes how the decoder should handle planar configuration of decompressed color images.
enum E_SubSampling |
enum E_UIDCreation |
describes the condition under which a compressed or decompressed image receives a new SOP instance UID.
enum EJ_Mode |