From c256d5e57d8bfe6fb3e6cef9f7c752ee1937b219 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 29 May 2010 07:56:31 +0000 Subject: [PATCH] Updated Nikon and Sony makernote doc. --- doc/templates/Makefile | 14 ++++++++++- doc/templates/tags-nikon.html.in | 30 +++++++++++++++++++++++ doc/templates/tags-sony.html.in | 42 ++++++++++++++++++++++++++++++-- src/minoltamn.cpp | 2 +- 4 files changed, 84 insertions(+), 4 deletions(-) diff --git a/doc/templates/Makefile b/doc/templates/Makefile index e54ca234..78182d88 100644 --- a/doc/templates/Makefile +++ b/doc/templates/Makefile @@ -66,6 +66,12 @@ TABLES = Exif \ NikonWt \ NikonIi \ NikonAf \ + NikonAf2 \ + NikonFi \ + NikonMe \ + NikonFl1 \ + NikonFl2 \ + NikonFl3 \ NikonSiD80 \ NikonSiD40 \ NikonSiD300a \ @@ -93,7 +99,13 @@ TABLES = Exif \ PanasonicRaw \ Pentax \ Sigma \ - Sony + Sony1 \ + SonyMinolta \ + Sony1Cs \ + Sony1Cs2 \ + Sony1MltCs7D \ + Sony1MltCsOld \ + Sony1MltCsA100 SCHEMA = xmp_dc \ xmp_xmp \ diff --git a/doc/templates/tags-nikon.html.in b/doc/templates/tags-nikon.html.in index 7a2b1c69..0bfee379 100644 --- a/doc/templates/tags-nikon.html.in +++ b/doc/templates/tags-nikon.html.in @@ -56,6 +56,36 @@ __NikonIi__ __NikonAf__
+

Nikon Auto Focus 2 Tags

+

Click on a column header to sort the table.

+__NikonAf2__ +
+ +

Nikon File Info Tags

+

Click on a column header to sort the table.

+__NikonFi__ +
+ +

Nikon Multi Exposure Tags

+

Click on a column header to sort the table.

+__NikonMe__ +
+ +

Nikon Flash Info 1 Tags

+

Click on a column header to sort the table.

+__NikonFl1__ +
+ +

Nikon Flash Info 2 Tags

+

Click on a column header to sort the table.

+__NikonFl2__ +
+ +

Nikon Flash Info 3 Tags

+

Click on a column header to sort the table.

+__NikonFl3__ +
+

Nikon Shot Info D80 Tags

Click on a column header to sort the table.

__NikonSiD80__ diff --git a/doc/templates/tags-sony.html.in b/doc/templates/tags-sony.html.in index 944e7232..4af010f7 100644 --- a/doc/templates/tags-sony.html.in +++ b/doc/templates/tags-sony.html.in @@ -7,10 +7,48 @@ __header2__ __index1__ __index2__

Sony MakerNote Tags defined in Exiv2

-

Tags found in the MakerNote of images taken with Sony cameras. Not much is known about the contents of the Sony makernote tags. They appear to be chunks of binary data and I am not aware of any description of this information.

+
+

Tags found in the MakerNote of images taken with Sony cameras.

Click on a column header to sort the table.

+
+__Sony1__ +
-__Sony__ +

Sony Minolta Tags

+

These are the same tags as found in the Minolta MakerNote. +In Sony images the group name is SonyMinolta.

+

Click on a column header to sort the table.

+__SonyMinolta__ +
+ +

Sony Camera Settings Tags

+

Click on a column header to sort the table.

+__Sony1Cs__ +
+ +

Sony Camera Settings 2 Tags

+

Click on a column header to sort the table.

+__Sony1Cs2__ +
+ +

Sony Minolta Camera Settings Tags

+

These are the same tags as the Minolta Camera Settings in the Minolta MakerNote. +In Sony images the group name is Sony1MltCsOld or Sony1MltCsNew.

+

Click on a column header to sort the table.

+__Sony1MltCsOld__ +
+ +

Sony Minolta Camera Settings 7D Tags

+

These are the same tags as the Minolta 7D Camera Settings in the Minolta MakerNote. +In Sony images the group name is Sony1MltCs7D.

+

Click on a column header to sort the table.

+__Sony1MltCs7D__ +
+ +

Sony Minolta Camera Settings A100 Tags

+

Click on a column header to sort the table.

+__Sony1MltCsA100__ +
diff --git a/src/minoltamn.cpp b/src/minoltamn.cpp index 726f8c33..b2988451 100644 --- a/src/minoltamn.cpp +++ b/src/minoltamn.cpp @@ -1364,7 +1364,7 @@ namespace Exiv2 { sony1MltCsA100IfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonyColorSpaceA100)), TagInfo(0x0018, "Sharpness", N_("Sharpness"), N_("Sharpness"), - sony1CsIfdId, makerTags, unsignedShort, printValue), + sony1MltCsA100IfdId, makerTags, unsignedShort, printValue), TagInfo(0x0019, "Contrast", N_("Contrast"), N_("Contrast"), sony1MltCsA100IfdId, makerTags, unsignedShort, printValue),