|
libopenraw
0.3.7
|
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. | |
IFD namespace.
TIFF compression.