d4c7e4aaea71cbc711bc421e595c0b1a7d89035c
[geeqie.git] / src / format_fuji.h
1 /*
2  *  GQView
3  *  (C) 2005 John Ellis
4  *
5  *  Authors:
6  *    Original version 2005 Lars Ellenberg, base on dcraw by David coffin.
7  *
8  * This software is released under the GNU General Public License (GNU GPL).
9  * Please read the included file COPYING for more information.
10  * This software comes with no warranty of any kind, use at your own risk!
11  */
12
13 #ifndef __FORMAT_RAW_FUJI_H
14 #define __FORMAT_RAW_FUJI_H
15
16
17 gint format_raw_test_fuji(const void *data, const guint len,
18                           guint *image_offset, guint *exif_offset);
19
20
21 #define FORMAT_RAW_FUJI { "FUJIFILM", 8, "Fuji raw format", format_raw_test_fuji }
22
23
24 #endif
25