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;