libopenraw
Public Member Functions | Protected Attributes | List of all members
OpenRaw::Internals::Decompressor Class Referenceabstract
Inheritance diagram for OpenRaw::Internals::Decompressor:
OpenRaw::Internals::CrwDecompressor OpenRaw::Internals::LJpegDecompressor OpenRaw::Internals::OlympusDecompressor

Public Member Functions

 Decompressor (IO::Stream *stream, RawContainer *container)
 
 Decompressor (const Decompressor &)=delete
 
Decompressoroperator= (const Decompressor &)=delete
 
virtual RawDataPtr decompress ()=0
 

Protected Attributes

IO::Streamm_stream
 
RawContainerm_container
 

Detailed Description

Definition at line 38 of file decompressor.hpp.

Member Function Documentation

◆ decompress()

virtual RawDataPtr OpenRaw::Internals::Decompressor::decompress ( )
pure virtual

decompress the bitmapdata and return a new bitmap

Returns
the new bitmap decompressed. NULL is failure.

Implemented in OpenRaw::Internals::LJpegDecompressor, OpenRaw::Internals::OlympusDecompressor, and OpenRaw::Internals::CrwDecompressor.


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