32 #include "dcmtk/config/osconfig.h" 33 #include "dcmtk/ofstd/ofcond.h" 34 #include "dcmtk/dcmimgle/diutils.h" 35 #include "dcmtk/oflog/oflog.h" 42 #define DCMJPEG_TRACE(msg) OFLOG_TRACE(DCM_dcmjpegGetLogger(), msg) 43 #define DCMJPEG_DEBUG(msg) OFLOG_DEBUG(DCM_dcmjpegGetLogger(), msg) 44 #define DCMJPEG_INFO(msg) OFLOG_INFO(DCM_dcmjpegGetLogger(), msg) 45 #define DCMJPEG_WARN(msg) OFLOG_WARN(DCM_dcmjpegGetLogger(), msg) 46 #define DCMJPEG_ERROR(msg) OFLOG_ERROR(DCM_dcmjpegGetLogger(), msg) 47 #define DCMJPEG_FATAL(msg) OFLOG_FATAL(DCM_dcmjpegGetLogger(), msg) 63 EJM_spectralSelection,
105 enum E_PlanarConfiguration
123 enum E_CompressionColorSpaceConversion
145 enum E_DecompressionColorSpaceConversion
150 EDC_photometricInterpretation,
186 extern const OFCondition EJ_IJG8_FrameBufferTooSmall;
188 extern const OFCondition EJ_IJG12_FrameBufferTooSmall;
190 extern const OFCondition EJ_IJG16_FrameBufferTooSmall;
192 extern const OFCondition EJ_UnsupportedPhotometricInterpretation;
194 extern const OFCondition EJ_UnsupportedColorConversion;
197 const unsigned short EJCode_IJG8_Compression = 0x0100;
198 const unsigned short EJCode_IJG8_Decompression = 0x0101;
199 const unsigned short EJCode_IJG12_Compression = 0x0102;
200 const unsigned short EJCode_IJG12_Decompression = 0x0103;
201 const unsigned short EJCode_IJG16_Compression = 0x0104;
202 const unsigned short EJCode_IJG16_Decompression = 0x0105;
a class representing a list of DICOM elements in which each element has a different tag and elements ...
helper class with static methods used from different dcmjpeg classes (in particular from the encoder ...
simple wrapper around the "low-level" Logger object to make it easier to switch to a different system...
static EP_Interpretation getPhotometricInterpretation(DcmItem *item)
helper function that locates the photometric interpretation attribute in a DICOM dataset and returns ...
General purpose class for condition codes.