about summary refs log tree commit diff
path: root/converter/other/cameratopam/foveon.h
blob: 584a38f6178bc3b62b2b865b940806b1b9031e0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "pm.h"

#include "cameratopam.h"
#include "camera.h"

void
parse_foveon(FILE * const ifp);

void
foveon_interpolate(Image const image,
                   float coeff[3][4]);

LoadRawFn foveon_load_raw;

void
foveon_coeff(int * const useCoeffP,
             float       coeff[3][4]);