about summary refs log tree commit diff
path: root/converter/other/cameratopam/identify.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/identify.h')
-rw-r--r--converter/other/cameratopam/identify.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/converter/other/cameratopam/identify.h b/converter/other/cameratopam/identify.h
new file mode 100644
index 00000000..012b807c
--- /dev/null
+++ b/converter/other/cameratopam/identify.h
@@ -0,0 +1,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);