about summary refs log tree commit diff
path: root/converter/other/cameratopam/ljpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/ljpeg.h')
-rw-r--r--converter/other/cameratopam/ljpeg.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/converter/other/cameratopam/ljpeg.h b/converter/other/cameratopam/ljpeg.h
new file mode 100644
index 00000000..60832a3d
--- /dev/null
+++ b/converter/other/cameratopam/ljpeg.h
@@ -0,0 +1,17 @@
+struct jhead {
+  int bits, high, wide, clrs, vpred[4];
+  struct decode *huff[4];
+  unsigned short *row;
+};
+
+void  
+lossless_jpeg_load_raw(void);
+
+int  
+ljpeg_start (FILE * ifp, struct jhead *jh);
+
+int 
+ljpeg_diff (struct decode *dindex);
+
+void
+ljpeg_row (struct jhead *jh);