summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/TagNames.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Image/ExifTool/TagNames.pod')
-rw-r--r--lib/Image/ExifTool/TagNames.pod49
1 files changed, 44 insertions, 5 deletions
diff --git a/lib/Image/ExifTool/TagNames.pod b/lib/Image/ExifTool/TagNames.pod
index 95b012da..8268de25 100644
--- a/lib/Image/ExifTool/TagNames.pod
+++ b/lib/Image/ExifTool/TagNames.pod
@@ -115,6 +115,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
FPXR FlashPix
PreviewImage no
'APP5' RMETA Ricoh RMETA
+ SamsungUniqueID Samsung APP5
PreviewImage no
'APP6' EPPIM JPEG EPPIM
NITF JPEG NITF
@@ -490,7 +491,7 @@ official EXIF 2.31 specification.
0x82aa MDPrepDate - no
0x82ab MDPrepTime - no
0x82ac MDFileUnits - no
- 0x830e PixelScale - no
+ 0x830e PixelScale ExifIFD double[3]
0x8335 AdventScale - no
0x8336 AdventRevision - no
0x835c UIC1Tag - no
@@ -500,9 +501,9 @@ official EXIF 2.31 specification.
0x83bb IPTC-NAA IFD0 IPTC
0x847e IntergraphPacketData - no
0x847f IntergraphFlagRegisters - no
- 0x8480 IntergraphMatrix - no
+ 0x8480 IntergraphMatrix ExifIFD double[n]
0x8481 INGRReserved - no
- 0x8482 ModelTiePoint - no
+ 0x8482 ModelTiePoint ExifIFD double[n]
0x84e0 Site - no
0x84e1 ColorSequence - no
0x84e2 IT8Header - no
@@ -524,7 +525,7 @@ official EXIF 2.31 specification.
0x8568 AFCP_IPTC - IPTC
0x85b8 PixelMagicJBIGOptions - no
0x85d7 JPLCartoIFD - no
- 0x85d8 ModelTransform - no
+ 0x85d8 ModelTransform ExifIFD double[16]
0x8602 WB_GRGBLevels - no
0x8606 LeafData - Leaf
0x8649 PhotoshopSettings IFD0 Photoshop
@@ -10749,6 +10750,8 @@ DiMAGE X and Xt.
0x0022 ActiveD-Lighting int16u
0x0023 PictureControlData Nikon PictureControl
Nikon PictureControl2
+ Nikon PictureControl3
+ Nikon PictureControlUnknown
0x0024 WorldTime Nikon WorldTime
0x0025 ISOInfo Nikon ISOInfo
0x002a VignetteControl int16u
@@ -10997,6 +11000,32 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
64 ToningEffect int8u
65 ToningSaturation int8u
+=head3 Nikon PictureControl3 Tags
+
+ Index1 Tag Name Writable
+ ------ -------- --------
+ 0 PictureControlVersion no
+ 8 PictureControlName string[20]
+ 28 PictureControlBase string[20]
+ 54 PictureControlAdjust int8u
+ 55 PictureControlQuickAdjust int8u
+ 57 Sharpness int8u
+ 59 MidRangeSharpness int8u
+ 61 Clarity int8u
+ 63 Contrast int8u
+ 65 Brightness int8u
+ 67 Saturation int8u
+ 69 Hue int8u
+ 71 FilterEffect int8u
+ 72 ToningEffect int8u
+ 73 ToningSaturation int8u
+
+=head3 Nikon PictureControlUnknown Tags
+
+ Index1 Tag Name Writable
+ ------ -------- --------
+ 0 PictureControlVersion no
+
=head3 Nikon WorldTime Tags
Index1 Tag Name Writable
@@ -11742,6 +11771,8 @@ These tags are written by Nikon DSLR's which have the live view feature.
24 AFAreaWidth int16u
26 AFAreaHeight int16u
28 ContrastDetectAFInFocus int8u
+ 47 AFAreaColumn int8u
+ 49 AFAreaRow int8u
68 PrimaryAFPoint int8u
70 AFImageWidth int16u
72 AFImageHeight int16u
@@ -11928,6 +11959,8 @@ videos from some Nikon cameras.
0x2000022 ActiveD-Lighting int16u
0x2000023 PictureControlData Nikon PictureControl
Nikon PictureControl2
+ Nikon PictureControl3
+ Nikon PictureControlUnknown
0x2000024 WorldTime Nikon WorldTime
0x2000025 ISOInfo Nikon ISOInfo
0x200002a VignetteControl int16u
@@ -15382,6 +15415,12 @@ Camera orientation information written by the Gear 360 (SM-C200).
3 PictureWizardSharpness int16u
4 PictureWizardContrast int16u
+=head3 Samsung APP5 Tags
+
+ Tag ID Tag Name Writable
+ ------ -------- --------
+ 'ssuniqueid' UniqueID no
+
=head3 Samsung Trailer Tags
Tags extracted from the trailer of JPEG images written when using certain
@@ -33440,7 +33479,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
=head1 AUTHOR
-Copyright 2003-2018, Phil Harvey (phil at owl.phy.queensu.ca)
+Copyright 2003-2019, Phil Harvey (phil at owl.phy.queensu.ca)
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.