about summary refs log tree commit diff
path: root/converter/other/cameratopam/identify.h
blob: 012b807cbdb7221e3e6bfe1e29f3d75a3bb2af55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
typedef void (*loadRawFn)();

int
identify(FILE *       const ifp,
         bool         const use_secondary,
         bool         const use_camera_rgb,
         float        const red_scale,
         float        const blue_scale,
         unsigned int const four_color_rgb,
         const char * const inputFileName,
         loadRawFn *  const loadRawFnP);