14 #ifndef GDCMJPEG8CODEC_H
15 #define GDCMJPEG8CODEC_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 //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
virtual bool EncodeBuffer(std::ostream &os, const char *data, size_t datalen)
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