diff src/format_canon.h @ 47:aa4c0e1b54b0

Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net> * exif.[ch]: Export several parsing functions for use by the exif makernote parsers, and add hook for MakerNote data parsing. * format_canon.[ch]: Add Canon EXIF MakerNote support. * format_raw.c: Fix warning printf grammar. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Fri, 03 Jun 2005 06:07:02 +0000
parents 7cfa60beda76
children 276ea4c98d33
line wrap: on
line diff
--- a/src/format_canon.h	Fri May 27 02:17:18 2005 +0000
+++ b/src/format_canon.h	Fri Jun 03 06:07:02 2005 +0000
@@ -19,6 +19,9 @@
 #define __FORMAT_RAW_CANON_H
 
 
+#include "exif.h"
+
+
 gint format_raw_test_canon(const void *data, const guint len,
 			   guint *image_offset, guint *exif_offset);
 
@@ -27,5 +30,9 @@
 			 { "\x49\x49\x2a\00", 4, "Canon cr2 format", format_raw_test_canon }
 
 
+gint format_exif_makernote_canon_parse(ExifData *exif, unsigned char *tiff, int offset,
+				       int size, int byte_order);
+
+
 #endif