Class to do JPEG 8bits (lossy & lossless) More...
#include <gdcmJPEG8Codec.h>
Public Member Functions | |
JPEG8Codec () | |
~JPEG8Codec () | |
bool | Decode (std::istream &is, std::ostream &os) |
bool | GetHeaderInfo (std::istream &is, TransferSyntax &ts) |
bool | InternalCode (const char *input, unsigned long len, std::ostream &os) |
Class to do JPEG 8bits (lossy & lossless)
gdcm::JPEG8Codec::JPEG8Codec | ( | ) |
gdcm::JPEG8Codec::~JPEG8Codec | ( | ) |
bool gdcm::JPEG8Codec::Decode | ( | std::istream & | is, |
std::ostream & | os | ||
) | [virtual] |
Reimplemented from gdcm::JPEGCodec.
bool gdcm::JPEG8Codec::GetHeaderInfo | ( | std::istream & | is, |
TransferSyntax & | ts | ||
) | [virtual] |
Reimplemented from gdcm::JPEGCodec.
bool gdcm::JPEG8Codec::InternalCode | ( | const char * | input, |
unsigned long | len, | ||
std::ostream & | os | ||
) | [virtual] |
Reimplemented from gdcm::Coder.