CFA

Length(bytes)

Type

Meaning

2

SHORT

Columns = n

2

SHORT

Rows = m

1

BYTE

CFA[0,0]

1

BYTE

CFA[0,1]

:

:

:

1

BYTE

CFA[0,n-1]

1

BYTE

CFA[1,0]

:

:

:

1

BYTE

CFA[1,n-1]

:

:

:

1

BYTE

CFA[m-1,n-1]

where CFA[i,j] is the color filter value for row i, col j and can have one of these values:

CFA value

Filter color

0

RED

1

GREEN

2

BLUE

3

CYAN

4

MAGENTA

5

YELLOW

6

WHITE