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