libopenraw
|
Public Member Functions | |
Decompressor (IO::Stream *stream, RawContainer *container) | |
Decompressor (const Decompressor &)=delete | |
Decompressor & | operator= (const Decompressor &)=delete |
virtual RawDataPtr | decompress ()=0 |
Protected Attributes | |
IO::Stream * | m_stream |
RawContainer * | m_container |
Definition at line 38 of file decompressor.hpp.
OpenRaw::Internals::Decompressor::Decompressor | ( | IO::Stream * | stream, |
RawContainer * | container | ||
) |
Definition at line 26 of file decompressor.cpp.
|
virtual |
Definition at line 30 of file decompressor.cpp.
|
pure virtual |
decompress the bitmapdata and return a new bitmap
Implemented in OpenRaw::Internals::CrwDecompressor, OpenRaw::Internals::LJpegDecompressor, and OpenRaw::Internals::OlympusDecompressor.
|
protected |
Definition at line 54 of file decompressor.hpp.
|
protected |
Definition at line 53 of file decompressor.hpp.