CFA
| Length(bytes) | Type | Meaning | 
| 2 | Columns = n | |
| 2 | Rows = m | |
| 1 | CFA[0,0] | |
| 1 | CFA[0,1] | |
| : | : | : | 
| 1 | CFA[0,n-1] | |
| 1 | CFA[1,0] | |
| : | : | : | 
| 1 | CFA[1,n-1] | |
| : | : | : | 
| 1 | 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 |