21#ifndef LIBOPENRAWPP_CFA_PATTERN_H_
22#define LIBOPENRAWPP_CFA_PATTERN_H_
25#include <libopenraw/consts.h>
35 void setSize(uint16_t x, uint16_t y);
45 const uint8_t* patternPattern(uint16_t& count)
const;
54 CfaPattern(::or_cfa_pattern pattern, uint16_t width, uint16_t height);
68 void setPatternType(::or_cfa_pattern pattern);
void setPatternPattern(const uint8_t *pattern, uint16_t count)
static const CfaPattern * twoByTwoPattern(::or_cfa_pattern)
::or_cfa_pattern patternType() const
void setSize(uint16_t x, uint16_t y)
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....