|
libopenraw
|
Public Member Functions | |
| CrwDecompressor (IO::Stream *stream, RawContainer *container) | |
| virtual RawData * | decompress (RawData *in=NULL) |
| 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) | |
Additional Inherited Members | |
Protected Member Functions inherited from OpenRaw::Internals::Decompressor | |
| Decompressor (const Decompressor &f) | |
| Decompressor & | operator= (const Decompressor &) |
Protected Attributes inherited from OpenRaw::Internals::Decompressor | |
| IO::Stream * | m_stream |
| RawContainer * | m_container |
Definition at line 42 of file crwdecompressor.h.
decompress the bitmapdata and return a new bitmap
| in | a preallocated BitmapData instance or NULL if decompress has to allocate it. |
Implements OpenRaw::Internals::Decompressor.
Definition at line 263 of file crwdecompressor.cpp.
References OpenRaw::IO::Stream::seek(), OpenRaw::BitmapData::setBpc(), OpenRaw::BitmapData::setDataType(), and OpenRaw::RawData::setDimensions().
1.8.14