libopenraw
|
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 |
Definition at line 120 of file ciffcontainer.hpp.
bool OpenRaw::Internals::CIFF::ImageSpec::readFrom | ( | off_t | offset, |
CIFFContainer * | container | ||
) |
read the struct from container
offset | the offset to read from, relative to the begining of the container. |
container | the container to read from. |
Definition at line 36 of file ciffcontainer.cpp.
References OpenRaw::Internals::RawContainer::readInt32(), and OpenRaw::Internals::RawContainer::readUInt32().