annotate src/format_fuji.h @ 2916:ae6cdcd69d9f default tip

Merge with upstream/master.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 11:46:50 +0300
parents 95507e596256
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
1 /*
2350
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
2 * Copyright (C) 2005 Lars Ellenberg
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
3 * Copyright (C) 2005 John Ellis
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
4 * Copyright (C) 2008 - 2016 The Geeqie Team
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
5 *
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
6 * Author: Lars Ellenberg
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
7 *
2350
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
8 * This program is free software; you can redistribute it and/or modify
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
9 * it under the terms of the GNU General Public License as published by
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
10 * the Free Software Foundation; either version 2 of the License, or
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
11 * (at your option) any later version.
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
12 *
2350
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
13 * This program is distributed in the hope that it will be useful,
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
16 * GNU General Public License for more details.
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
17 *
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
18 * You should have received a copy of the GNU General Public License along
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
19 * with this program; if not, write to the Free Software Foundation, Inc.,
95507e596256 Update copyright in all files
Klaus Ethgen <Klaus@Ethgen.de>
parents: 2021
diff changeset
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
21 */
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
22
51
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
23 #ifndef __FORMAT_FUJI_H
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
24 #define __FORMAT_FUJI_H
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
25
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
26
176
254f45cec904 simplified exif.h, moved implementation-specific stuff to exif-int.h
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 101
diff changeset
27 #include "exif-int.h"
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
28
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
29
1453
ccc663a2e148 gint -> gboolean where applicable. The end (ouf!).
Laurent Monin <geeqie@norz.org>
parents: 1284
diff changeset
30 gboolean format_fuji_raw(guchar *data, const guint len,
ccc663a2e148 gint -> gboolean where applicable. The end (ouf!).
Laurent Monin <geeqie@norz.org>
parents: 1284
diff changeset
31 guint *image_offset, guint *exif_offset);
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
32
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
33
54
0c742dfb2e30 Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 53
diff changeset
34 #define FORMAT_RAW_FUJI { "raf", \
0c742dfb2e30 Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 53
diff changeset
35 FORMAT_RAW_MATCH_MAGIC, 0, "FUJIFILM", 8, \
101
5ca15c24dfd5 Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 54
diff changeset
36 FORMAT_RAW_EXIF_JPEG, NULL, \
54
0c742dfb2e30 Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 53
diff changeset
37 "Fuji raw", format_fuji_raw }
51
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
38
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
39
1453
ccc663a2e148 gint -> gboolean where applicable. The end (ouf!).
Laurent Monin <geeqie@norz.org>
parents: 1284
diff changeset
40 gboolean format_fuji_makernote(ExifData *exif, guchar *tiff, guint offset,
ccc663a2e148 gint -> gboolean where applicable. The end (ouf!).
Laurent Monin <geeqie@norz.org>
parents: 1284
diff changeset
41 guint size, ExifByteOrder bo);
51
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
42
53
c8f57e951938 Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 51
diff changeset
43 #define FORMAT_EXIF_FUJI { FORMAT_EXIF_MATCH_MAKERNOTE, "FUJIFILM", 8, "Fujifilm", format_fuji_makernote }
51
daed872b77bc Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents: 45
diff changeset
44
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
45
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
46
113c052136c4 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
John Ellis <johne@verizon.net>
parents:
diff changeset
47 #endif
1055
4bbdfab3c89a Adding a vim modeline to all files - patch by Klaus Ethgen
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1000
diff changeset
48 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */