libopenraw
OpenRaw Namespace Reference

CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed. More...

Classes

class  BitmapData
class  CfaPattern
class  MetaValue
class  RawData
class  RawFile
class  RawFileFactory
class  Thumbnail

Typedefs

typedef std::unique_ptr< RawDataRawDataPtr

Functions

void init (void)

Detailed Description

CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.

a JPEG container

Defines the class for reading TIFF-like file, including but not limited to TIFF, Exif, CR2, NEF, etc. It is designed to also address issues like sone RAW file that do create veriation of TIFF just to confuse readers (like Olympus ORW).

Define IFD values like fields ID and types.

Typedef Documentation

◆ RawDataPtr

typedef std::unique_ptr<RawData> OpenRaw::RawDataPtr

Definition at line 115 of file rawdata.hpp.

Function Documentation

◆ init()

void OpenRaw::init ( void )

Definition at line 78 of file rawfile.cpp.