libopenraw
|
#include <rawfile_private.hpp>
Public Member Functions | |
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 |
Built in color matrices are 9 in size describe the location of a thumbnail in an RAW file
Definition at line 45 of file rawfile_private.hpp.
size_t OpenRaw::Internals::ThumbDesc::offset |
offset if the thumbnail data
Definition at line 65 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().
::or_data_type OpenRaw::Internals::ThumbDesc::type |
the data type format
Definition at line 64 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().
uint32_t OpenRaw::Internals::ThumbDesc::x |
x size. Can be 0
Definition at line 62 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().
uint32_t OpenRaw::Internals::ThumbDesc::y |
y size. Can be 0
Definition at line 63 of file rawfile_private.hpp.
Referenced by OpenRaw::RawFile::_getThumbnail().