libopenraw
Classes | Public Member Functions | List of all members
OpenRaw::Internals::CrwDecompressor Class Reference
Inheritance diagram for OpenRaw::Internals::CrwDecompressor:
OpenRaw::Internals::Decompressor

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

Additional Inherited Members

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

Detailed Description

Definition at line 42 of file crwdecompressor.hpp.

Member Function Documentation

◆ decompress()

RawDataPtr OpenRaw::Internals::CrwDecompressor::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 265 of file crwdecompressor.cpp.


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