|
libopenraw
0.3.7
|
Public Member Functions | |
| OlympusDecompressor (const uint8_t *buffer, size_t size, RawContainer *container, uint32_t w, uint32_t h) | |
| virtual RawDataPtr | decompress () override |
Public Member Functions inherited from OpenRaw::Internals::Decompressor | |
| Decompressor (IO::Stream *stream, RawContainer *container) | |
| Decompressor (const Decompressor &)=delete | |
| Decompressor & | operator= (const Decompressor &)=delete |
Additional Inherited Members | |
Protected Attributes inherited from OpenRaw::Internals::Decompressor | |
| 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 131 of file olympusdecompressor.cpp.