14 #ifndef GDCMJPEGCODEC_H
15 #define GDCMJPEGCODEC_H
52 void ComputeOffsetTable(
bool b);
61 void SetQuality(
double q);
62 double GetQuality()
const;
64 void SetLossless(
bool l);
65 bool GetLossless()
const;
70 unsigned int xmin,
unsigned int xmax,
71 unsigned int ymin,
unsigned int ymax,
72 unsigned int zmin,
unsigned int zmax,
76 bool DecodeByStreams(std::istream &is, std::ostream &os);
82 void SetBitSample(
int bit);
84 virtual bool IsStateSuspension()
const;
92 void SetupJPEGBitCodec(
int bit);
98 #endif //GDCMJPEGCODEC_H
int Quality
Definition: gdcmJPEGCodec.h:89
bool Lossless
Definition: gdcmJPEGCodec.h:88
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
ImageCodec.
Definition: gdcmImageCodec.h:30
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58
int BitSample
Definition: gdcmJPEGCodec.h:87
Class to manipulate Transfer Syntax.
Definition: gdcmTransferSyntax.h:39
Class to represent an PhotometricInterpretation.
Definition: gdcmPhotometricInterpretation.h:28
ImageRegionReader.
Definition: gdcmImageRegionReader.h:29
JPEG codec Class to do JPEG (8bits, 12bits, 16bits lossy & lossless). It redispatch in between the di...
Definition: gdcmJPEGCodec.h:40