14 #ifndef GDCMJPEG16CODEC_H
15 #define GDCMJPEG16CODEC_H
35 bool InternalCode(
const char *input,
unsigned long len, std::ostream &os);
41 virtual bool EncodeBuffer(std::ostream &os,
const char *data,
size_t datalen);
44 JPEGInternals *Internals;
49 #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)
Definition: gdcmASN1.h:20
virtual bool EncodeBuffer(std::ostream &os, const char *data, size_t datalen)
JPEG codec Class to do JPEG (8bits, 12bits, 16bits lossy & lossless). It redispatch in between the di...
Definition: gdcmJPEGCodec.h:40