libopenraw  0.3.7
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 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< BitmapDatadata
 

Detailed Description

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.

Member Data Documentation

◆ data

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

◆ offset

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

◆ type

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

◆ x

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

◆ y

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


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