14 #ifndef GDCMJPEG12CODEC_H
15 #define GDCMJPEG12CODEC_H
35 bool InternalCode(
const char *input,
unsigned long len, std::ostream &os);
43 JPEGInternals *Internals;
48 #endif //GDCMJPEG12CODEC_H
bool GetHeaderInfo(std::istream &is, TransferSyntax &ts)
Class to do JPEG 12bits (lossy & lossless)
Definition: gdcmJPEG12Codec.h:28
bool InternalCode(const char *input, unsigned long len, std::ostream &os)
Class to manipulate Transfer Syntax.
Definition: gdcmTransferSyntax.h:39
bool IsStateSuspension() const
bool DecodeByStreams(std::istream &is, std::ostream &os)
JPEG codec Class to do JPEG (8bits, 12bits, 16bits lossy & lossless). It redispatch in between the di...
Definition: gdcmJPEGCodec.h:40