Classes | |
struct | decode_t |
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) |
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 258 of file crwdecompressor.cpp.