libopenraw
|
Public Member Functions | |
CrwDecompressor (IO::Stream *stream, RawContainer *container) | |
virtual RawDataPtr | decompress () override |
void | setDecoderTable (uint32_t t) |
void | setOutputDimensions (uint32_t x, uint32_t y) |
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 42 of file crwdecompressor.hpp.
OpenRaw::Internals::CrwDecompressor::CrwDecompressor | ( | IO::Stream * | stream, |
RawContainer * | container ) |
Definition at line 45 of file crwdecompressor.cpp.
|
virtual |
Definition at line 56 of file crwdecompressor.cpp.
|
overridevirtual |
decompress the bitmapdata and return a new bitmap
Implements OpenRaw::Internals::Decompressor.
Definition at line 265 of file crwdecompressor.cpp.
References decompress(), OpenRaw::BitmapData::setBpc(), OpenRaw::BitmapData::setDataType(), and RawData::setDimensions().
Referenced by OpenRaw::Internals::CRWFile::_getRawData(), and decompress().
|
inline |
Definition at line 51 of file crwdecompressor.hpp.
|
inline |
Definition at line 52 of file crwdecompressor.hpp.