RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
rawspeed::ImageMetaData Class Referencefinal

#include "common/RawImage.h"

Collaboration diagram for rawspeed::ImageMetaData:
[legend]

Public Attributes

double pixelAspectRatio = 1
Optional< std::array< float, 4 > > wbCoeffs
std::vector< NotARational< int > > colorMatrix
uint32_t fujiRotationPos = 0
iPoint2D subsampling = {1, 1}
std::string make
std::string model
std::string mode
std::string canonical_make
std::string canonical_model
std::string canonical_alias
std::string canonical_id
int isoSpeed = 0

Detailed Description

Definition at line 78 of file RawImage.h.

Member Data Documentation

◆ canonical_alias

std::string rawspeed::ImageMetaData::canonical_alias

Definition at line 104 of file RawImage.h.

Referenced by main().

◆ canonical_id

std::string rawspeed::ImageMetaData::canonical_id

Definition at line 105 of file RawImage.h.

◆ canonical_make

std::string rawspeed::ImageMetaData::canonical_make

Definition at line 102 of file RawImage.h.

Referenced by main().

◆ canonical_model

std::string rawspeed::ImageMetaData::canonical_model

Definition at line 103 of file RawImage.h.

Referenced by main().

◆ colorMatrix

std::vector<NotARational<int> > rawspeed::ImageMetaData::colorMatrix

Definition at line 91 of file RawImage.h.

◆ fujiRotationPos

uint32_t rawspeed::ImageMetaData::fujiRotationPos = 0

Definition at line 95 of file RawImage.h.

Referenced by rawspeed::RafDecoder::applyCorrections(), and main().

◆ isoSpeed

int rawspeed::ImageMetaData::isoSpeed = 0

Definition at line 108 of file RawImage.h.

◆ make

std::string rawspeed::ImageMetaData::make

Definition at line 98 of file RawImage.h.

Referenced by main().

◆ mode

std::string rawspeed::ImageMetaData::mode

Definition at line 100 of file RawImage.h.

◆ model

std::string rawspeed::ImageMetaData::model

Definition at line 99 of file RawImage.h.

Referenced by main().

◆ pixelAspectRatio

double rawspeed::ImageMetaData::pixelAspectRatio = 1

Definition at line 83 of file RawImage.h.

Referenced by rawspeed::RawDecoder::decodeRaw(), and main().

◆ subsampling

iPoint2D rawspeed::ImageMetaData::subsampling = {1, 1}

◆ wbCoeffs

Optional<std::array<float, 4> > rawspeed::ImageMetaData::wbCoeffs

Definition at line 86 of file RawImage.h.

Referenced by main().


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