|
libopenraw
0.3.7
|
Public Member Functions | |
| LJpegDecompressor (IO::Stream *, RawContainer *) | |
| virtual RawDataPtr | decompress () override |
| void | setSlices (const std::vector< uint16_t > &slices) |
| bool | isSliced () const |
Public Member Functions inherited from OpenRaw::Internals::Decompressor | |
| Decompressor (IO::Stream *stream, RawContainer *container) | |
| Decompressor (const Decompressor &)=delete | |
| Decompressor & | operator= (const Decompressor &)=delete |
Additional Inherited Members | |
Protected Attributes inherited from OpenRaw::Internals::Decompressor | |
| IO::Stream * | m_stream |
| RawContainer * | m_container |
Definition at line 47 of file ljpegdecompressor.hpp.
|
overridevirtual |
decompress the bitmapdata and return a new bitmap
Implements OpenRaw::Internals::Decompressor.
Definition at line 1532 of file ljpegdecompressor.cpp.
References OR_DATA_TYPE_RAW.
| void OpenRaw::Internals::LJpegDecompressor::setSlices | ( | const std::vector< uint16_t > & | slices | ) |
Set the "slices"
| slices | the vector containing the Canon-style slices. |
the format of the slices vector is as follow N col1 col2 N is the number of repeat for col1. The total number of slices is always N+1 This is for Canon CR2.
Definition at line 115 of file ljpegdecompressor.cpp.