libopenraw  0.3.7
Enumerations | Functions
OpenRaw::Internals::IFD Namespace Reference

IFD namespace. More...

Enumerations

enum  CfaComponent {
  CFA_RED = 0 , CFA_GREEN = 1 , CFA_BLUE = 2 , CFA_CYAN = 3 ,
  CFA_MAGENTA = 4 , CFA_YELLOW = 5 , CFA_WHITE = 6
}
 Component colour from CFA. Duplicate of or_cfa_pattern_colour.
 
enum  TiffCompress {
  COMPRESS_NONE = 1 , COMPRESS_JPEG = 6 , COMPRESS_LJPEG = 7 , COMPRESS_ARW = 32767 ,
  COMPRESS_NIKON_PACK = 32769 , COMPRESS_PENTAX_PACK = 32773 , COMPRESS_NIKON_QUANTIZED = 34713 , COMPRESS_CUSTOM = 65535 ,
  COMPRESS_OLYMPUS = 65536
}
 TIFF compression. More...
 

Functions

double to_double (const ORRational &r)
 Convert an ORRational to a double.
 
double to_double (const ORSRational &r)
 Convert an ORSRational to a double.
 

Detailed Description

IFD namespace.

Enumeration Type Documentation

◆ TiffCompress

TIFF compression.

Enumerator
COMPRESS_NONE 

No compression

COMPRESS_JPEG 

JPEG compression

COMPRESS_LJPEG 

Lossless JPEG, see DNG

COMPRESS_ARW 

Sony ARW compression

COMPRESS_NIKON_PACK 

Nikon packed

COMPRESS_PENTAX_PACK 

Pentax packed

COMPRESS_NIKON_QUANTIZED 

Nikon quantized

COMPRESS_CUSTOM 

The value everybody seems to use

COMPRESS_OLYMPUS 

Olympus compression

Definition at line 55 of file ifd.hpp.