libopenraw
Public Member Functions | Public Attributes | List of all members
OpenRaw::Internals::ThumbDesc Class Reference

#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
 

Detailed Description

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.

Member Data Documentation

◆ offset

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().

◆ type

::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().

◆ x

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().

◆ y

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().


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