14 #ifndef GDCMJPEG16CODEC_H
15 #define GDCMJPEG16CODEC_H
35 bool InternalCode(
const char *input,
unsigned long len, std::ostream &os);
43 JPEGInternals *Internals;
48 #endif //GDCMJPEG16CODEC_H
bool InternalCode(const char *input, unsigned long len, std::ostream &os)
bool IsStateSuspension() const
Class to do JPEG 16bits (lossless)
Definition: gdcmJPEG16Codec.h:28
Class to manipulate Transfer Syntax.
Definition: gdcmTransferSyntax.h:39
bool GetHeaderInfo(std::istream &is, TransferSyntax &ts)
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