libopenraw
|
Public Member Functions | |
OlympusDecompressor (const uint8_t *buffer, size_t size, RawContainer *container, uint32_t w, uint32_t h) | |
virtual RawDataPtr | decompress () override |
![]() | |
Decompressor (IO::Stream *stream, RawContainer *container) | |
Decompressor (const Decompressor &)=delete | |
Decompressor & | operator= (const Decompressor &)=delete |
Additional Inherited Members | |
![]() | |
IO::Stream * | m_stream |
RawContainer * | m_container |
Definition at line 39 of file olympusdecompressor.hpp.
|
overridevirtual |
decompress the bitmapdata and return a new bitmap
Implements OpenRaw::Internals::Decompressor.
Definition at line 180 of file olympusdecompressor.cpp.
Referenced by OpenRaw::Internals::OrfFile::_getRawData().