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