libopenraw
|
Public Member Functions | |
Decompressor (IO::Stream *stream, RawContainer *container) | |
Decompressor (const Decompressor &)=delete | |
Decompressor & | operator= (const Decompressor &)=delete |
virtual RawData * | decompress (RawData *in=NULL)=0 |
Protected Attributes | |
IO::Stream * | m_stream |
RawContainer * | m_container |
Definition at line 38 of file decompressor.hpp.
decompress the bitmapdata and return a new bitmap
in | a preallocated BitmapData instance or NULL if decompress has to allocate it. |
Implemented in OpenRaw::Internals::LJpegDecompressor, OpenRaw::Internals::CrwDecompressor, and OpenRaw::Internals::OlympusDecompressor.