|
libopenraw
0.3.7
|
#include <rawfile_private.hpp>
Public Member Functions | |
| ThumbDesc (uint32_t _x, uint32_t _y, ::or_data_type t, std::unique_ptr< BitmapData > &&d) | |
| ThumbDesc (uint32_t _x, uint32_t _y, ::or_data_type _type, size_t _offset, size_t _length) | |
Public Attributes | |
| uint32_t | x |
| uint32_t | y |
| ::or_data_type | type |
| size_t | offset |
| size_t | length |
| std::unique_ptr< BitmapData > | data |
Built in color matrices are 9 in size describe the location of a thumbnail in an RAW file
Definition at line 46 of file rawfile_private.hpp.
| std::unique_ptr<BitmapData> OpenRaw::Internals::ThumbDesc::data |
Data for the thumbnail.
Definition at line 76 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().
| size_t OpenRaw::Internals::ThumbDesc::offset |
offset if the thumbnail data
Definition at line 74 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().
| ::or_data_type OpenRaw::Internals::ThumbDesc::type |
the data type format
Definition at line 73 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().
| uint32_t OpenRaw::Internals::ThumbDesc::x |
x size. Can be 0
Definition at line 71 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().
| uint32_t OpenRaw::Internals::ThumbDesc::y |
y size. Can be 0
Definition at line 72 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().