about summary refs log tree commit diff
path: root/converter/other/cameratopam/identify.h
blob: 62c9aae5fbb409c2c1a770e22162cd6d93b5883a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "camera.h"

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);