libopenraw
OpenRaw::Internals::OlympusDecompressor Class Reference
Inheritance diagram for OpenRaw::Internals::OlympusDecompressor:
OpenRaw::Internals::Decompressor

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
Decompressoroperator= (const Decompressor &)=delete

Additional Inherited Members

Protected Attributes inherited from OpenRaw::Internals::Decompressor
IO::Streamm_stream
RawContainerm_container

Detailed Description

Definition at line 39 of file olympusdecompressor.hpp.

Constructor & Destructor Documentation

◆ OlympusDecompressor()

OpenRaw::Internals::OlympusDecompressor::OlympusDecompressor ( const uint8_t * buffer,
size_t size,
RawContainer * container,
uint32_t w,
uint32_t h )
inline

Definition at line 43 of file olympusdecompressor.hpp.

Member Function Documentation

◆ decompress()

RawDataPtr OpenRaw::Internals::OlympusDecompressor::decompress ( )
overridevirtual

decompress the bitmapdata and return a new bitmap

Returns
the new bitmap decompressed. NULL is failure.

Implements OpenRaw::Internals::Decompressor.

Definition at line 180 of file olympusdecompressor.cpp.

References OpenRaw::BitmapData::setBpc().

Referenced by OpenRaw::Internals::OrfFile::_getRawData().


The documentation for this class was generated from the following files: