summaryrefslogtreecommitdiff
path: root/src/exif_cfg.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-02-25 10:26:31 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-02-25 10:26:31 +0100
commit829f8003969beb62ea79ccc07b791cdd110d0743 (patch)
tree6eab7ad10049725b5a42f0a16f43874a8ce74426 /src/exif_cfg.h
parentcc7cb9f381e2687933b960da3599097beb727554 (diff)
parent08faff479023efff6380061d81362073f679cd34 (diff)
Merge github.com:reald/feh (excluding config.mk)
Diffstat (limited to 'src/exif_cfg.h')
-rw-r--r--src/exif_cfg.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/exif_cfg.h b/src/exif_cfg.h
index 31acc50..a961147 100644
--- a/src/exif_cfg.h
+++ b/src/exif_cfg.h
@@ -36,6 +36,7 @@ typedef struct
/* show these standard tags. section must be given first, than the tag itself */
+/* definition: http://libexif.sourceforge.net/api/exif-tag_8h.html */
const t_EXIF_INFO Exif_tag_list [] =
{
{EXIF_IFD_0, EXIF_TAG_MAKE},
@@ -67,15 +68,21 @@ const t_EXIF_INFO Exif_tag_list [] =
/* show these nikon makernote tags */
const unsigned int Exif_makernote_nikon_tag_list [] =
{
+
+ 6,
8, /* Flash Setting */
9, /* Flash Mode */
- 24, /* Flash exposure bracket value */
135, /* Flash used */
+ 18, /* Flash Exposure Comp */
168, /* Flash info: control mode */
-
+
+ 2, /* ISO. Has some more info than EXIF_TAG_ISO_SPEED_RATINGS but also fails on Lo.1 */
+ 5, /* White Balance */
132, /* Lens */
171, /* Digital Vari-Program */
- 34, /* ActiveD-Lighting */
+ 34, /* Active D-Lighting */
+
+ 35, /* PictureControlData */
183, /* AFInfo2 */
EXIF_NIKON_MAKERNOTE_END /* end marker */