libopenraw
OpenRaw::Internals::CIFF::ImageSpec Class Reference

Public Member Functions

bool readFrom (off_t offset, CIFFContainer *container)
int32_t exifOrientation () const

Public Attributes

uint32_t imageWidth
uint32_t imageHeight
uint32_t pixelAspectRatio
int32_t rotationAngle
uint32_t componentBitDepth
uint32_t colorBitDepth
uint32_t colorBW

Detailed Description

Definition at line 120 of file ciffcontainer.hpp.

Constructor & Destructor Documentation

◆ ImageSpec()

OpenRaw::Internals::CIFF::ImageSpec::ImageSpec ( )
inline

Definition at line 123 of file ciffcontainer.hpp.

Member Function Documentation

◆ exifOrientation()

int32_t OpenRaw::Internals::CIFF::ImageSpec::exifOrientation ( ) const

Definition at line 79 of file ciffcontainer.cpp.

◆ readFrom()

bool OpenRaw::Internals::CIFF::ImageSpec::readFrom ( off_t offset,
CIFFContainer * container )

read the struct from container

Parameters
offsetthe offset to read from, relative to the begining of the container.
containerthe container to read from.

Definition at line 36 of file ciffcontainer.cpp.

References OpenRaw::Internals::RawContainer::readInt32(), and OpenRaw::Internals::RawContainer::readUInt32().

Member Data Documentation

◆ colorBitDepth

uint32_t OpenRaw::Internals::CIFF::ImageSpec::colorBitDepth

Definition at line 144 of file ciffcontainer.hpp.

◆ colorBW

uint32_t OpenRaw::Internals::CIFF::ImageSpec::colorBW

Definition at line 145 of file ciffcontainer.hpp.

◆ componentBitDepth

uint32_t OpenRaw::Internals::CIFF::ImageSpec::componentBitDepth

Definition at line 143 of file ciffcontainer.hpp.

◆ imageHeight

uint32_t OpenRaw::Internals::CIFF::ImageSpec::imageHeight

Definition at line 140 of file ciffcontainer.hpp.

◆ imageWidth

uint32_t OpenRaw::Internals::CIFF::ImageSpec::imageWidth

Definition at line 139 of file ciffcontainer.hpp.

◆ pixelAspectRatio

uint32_t OpenRaw::Internals::CIFF::ImageSpec::pixelAspectRatio

Definition at line 141 of file ciffcontainer.hpp.

◆ rotationAngle

int32_t OpenRaw::Internals::CIFF::ImageSpec::rotationAngle

Definition at line 142 of file ciffcontainer.hpp.


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