Mercurial > geeqie
view src/format_fuji.h @ 49:ae627d150a6b
Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>
* format_canon.c (canon_mknote_parse_convert): For serial number
conversion, use the value of the data - not the value of the pointer.
##### 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 | Sat, 04 Jun 2005 00:06:48 +0000 |
parents | 7cfa60beda76 |
children | 276ea4c98d33 |
line wrap: on
line source
/* * GQView * (C) 2005 John Ellis * * Authors: * Original version 2005 Lars Ellenberg, base on dcraw by David coffin. * * This software is released under the GNU General Public License (GNU GPL). * Please read the included file COPYING for more information. * This software comes with no warranty of any kind, use at your own risk! */ #ifndef __FORMAT_RAW_FUJI_H #define __FORMAT_RAW_FUJI_H gint format_raw_test_fuji(const void *data, const guint len, guint *image_offset, guint *exif_offset); #define FORMAT_RAW_FUJI { "FUJIFILM", 8, "Fuji raw format", format_raw_test_fuji } #endif