exiftool_vendored 11.65.0 → 11.67.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Changes +28 -5
- data/bin/MANIFEST +1 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +3 -2
- data/bin/config_files/thinkware.config +144 -0
- data/bin/exiftool +6 -4
- data/bin/lib/Image/ExifTool.pm +10 -4
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +3 -3
- data/bin/lib/Image/ExifTool/Canon.pm +25 -5
- data/bin/lib/Image/ExifTool/Exif.pm +12 -1
- data/bin/lib/Image/ExifTool/FlashPix.pm +3 -2
- data/bin/lib/Image/ExifTool/Minolta.pm +3 -3
- data/bin/lib/Image/ExifTool/Nikon.pm +6 -4
- data/bin/lib/Image/ExifTool/Olympus.pm +5 -5
- data/bin/lib/Image/ExifTool/PDF.pm +17 -2
- data/bin/lib/Image/ExifTool/Photoshop.pm +11 -2
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +2 -2
- data/bin/lib/Image/ExifTool/RIFF.pm +12 -2
- data/bin/lib/Image/ExifTool/Ricoh.pm +7 -3
- data/bin/lib/Image/ExifTool/Samsung.pm +121 -12
- data/bin/lib/Image/ExifTool/TagLookup.pm +5315 -5274
- data/bin/lib/Image/ExifTool/TagNames.pod +65 -7
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +5 -2
- data/bin/lib/Image/ExifTool/WriteXMP.pl +2 -1
- data/bin/lib/Image/ExifTool/Writer.pl +4 -1
- data/bin/lib/Image/ExifTool/XMP.pm +1 -1
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +3 -2
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
|
|
12
12
|
=head1 TAG TABLES
|
13
13
|
|
14
14
|
The tables listed below give the names of all tags recognized by ExifTool.
|
15
|
-
They contain a total of
|
15
|
+
They contain a total of 23035 tags, with 15079 unique tag names.
|
16
16
|
|
17
17
|
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
|
18
18
|
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
|
@@ -66,8 +66,8 @@ writing.
|
|
66
66
|
|
67
67
|
The HTML version of these tables also lists possible B<Values> for
|
68
68
|
discrete-valued tags, as well as B<Notes> for some tags. The B<Values> are
|
69
|
-
listed
|
70
|
-
|
69
|
+
listed with the computer-readable values on the left of the equals sign
|
70
|
+
(C<=>), and the human-readable values on the right. The human-readable
|
71
71
|
values are used by default when reading and writing, but the
|
72
72
|
computer-readable values may be accessed by disabling the value conversion
|
73
73
|
with the -n option on the command line, by setting the PrintConv option to 0
|
@@ -769,6 +769,7 @@ official EXIF 2.32 specification.
|
|
769
769
|
0xafc3 ExpandFilterLens - no
|
770
770
|
0xafc4 ExpandScanner - no
|
771
771
|
0xafc5 ExpandFlashLamp - no
|
772
|
+
0xb4c3 HasselbladRawImage - no
|
772
773
|
0xbc01 PixelFormat - no
|
773
774
|
0xbc02 Transformation - no
|
774
775
|
0xbc03 Uncompressed - no
|
@@ -789,6 +790,7 @@ official EXIF 2.32 specification.
|
|
789
790
|
0xc42a OceImageLogic - no
|
790
791
|
0xc44f Annotations - no
|
791
792
|
0xc4a5 PrintIM IFD0 PrintIM
|
793
|
+
0xc51b HasselbladExif - no
|
792
794
|
0xc573 OriginalFileName - no
|
793
795
|
0xc580 USPTOOriginalContentType - no
|
794
796
|
0xc5e0 CR2CFAPattern - no
|
@@ -5403,6 +5405,7 @@ boot, not including standby time.
|
|
5403
5405
|
0x4024 FilterInfo Canon FilterInfo
|
5404
5406
|
0x4025 HDRInfo Canon HDRInfo
|
5405
5407
|
0x4028 AFConfig Canon AFConfig
|
5408
|
+
0x403f RawBurstModeRoll Canon RawBurstInfo
|
5406
5409
|
|
5407
5410
|
=head3 Canon CameraSettings Tags
|
5408
5411
|
|
@@ -7386,6 +7389,13 @@ Information about creative filter settings.
|
|
7386
7389
|
18 AFStatusViewfinder int32s
|
7387
7390
|
19 InitialAFPointInServo int32s
|
7388
7391
|
|
7392
|
+
=head3 Canon RawBurstInfo Tags
|
7393
|
+
|
7394
|
+
Index4 Tag Name Writable
|
7395
|
+
------ -------- --------
|
7396
|
+
1 RawBurstImageNum int32u
|
7397
|
+
2 RawBurstImageCount int32u
|
7398
|
+
|
7389
7399
|
=head3 Canon CTMD Tags
|
7390
7400
|
|
7391
7401
|
Canon Timed MetaData tags found in CR3 images. The ExtractEmbedded option
|
@@ -15969,25 +15979,65 @@ as the Galaxy S4 and Tab S.
|
|
15969
15979
|
DepthMapName no
|
15970
15980
|
DualCameraImage no
|
15971
15981
|
DualCameraImageName no
|
15972
|
-
|
15982
|
+
DualShotExtra Samsung DualShotExtra
|
15973
15983
|
EmbeddedAudioFile no
|
15974
15984
|
EmbeddedAudioFileName no
|
15975
15985
|
EmbeddedImage no
|
15976
15986
|
EmbeddedImageName no
|
15977
15987
|
EmbeddedVideoFile no
|
15978
15988
|
EmbeddedVideoType no
|
15989
|
+
SingleShotDepthMap no
|
15990
|
+
SingleShotMeta Samsung SingleShotMeta
|
15979
15991
|
SurroundShotVideo no
|
15980
15992
|
SurroundShotVideoName no
|
15981
15993
|
TimeStamp no
|
15982
15994
|
|
15983
|
-
=head3 Samsung
|
15995
|
+
=head3 Samsung DualShotExtra Tags
|
15996
|
+
|
15997
|
+
These tags tested only for DualShotVersion numbers 1, 4 and 5.
|
15984
15998
|
|
15985
15999
|
Index4 Tag Name Writable
|
15986
16000
|
------ -------- --------
|
16001
|
+
0 DualShotVersion no
|
15987
16002
|
9 DepthMapWidth no
|
15988
16003
|
10 DepthMapHeight no
|
15989
16004
|
16 DepthMapWidth no
|
15990
16005
|
17 DepthMapHeight no
|
16006
|
+
18 DepthMapWidth no
|
16007
|
+
19 DepthMapHeight no
|
16008
|
+
|
16009
|
+
=head3 Samsung SingleShotMeta Tags
|
16010
|
+
|
16011
|
+
Tag ID Tag Name Writable
|
16012
|
+
------ -------- --------
|
16013
|
+
'beautyColorLevel' BeautyColorLevel no
|
16014
|
+
'beautyRetouchLevel' BeautyRetouchLevel no
|
16015
|
+
'blurStrength' BlurStrength no
|
16016
|
+
'bokehShape' BokehShape no
|
16017
|
+
'colorpopStrength' ColorpopStrength no
|
16018
|
+
'depthHWHeight' DepthHWHeight no
|
16019
|
+
'depthHWWidth' DepthHWWidth no
|
16020
|
+
'depthSWHeight' DepthSWHeight no
|
16021
|
+
'depthSWWidth' DepthSWWidth no
|
16022
|
+
'deviceOrientation' DeviceOrientation no
|
16023
|
+
'effectStrength' EffectStrength no
|
16024
|
+
'effectType' EffectType no
|
16025
|
+
'flipStatus' FlipStatus no
|
16026
|
+
'inputHeight' InputHeight no
|
16027
|
+
'inputWidth' InputWidth no
|
16028
|
+
'isArtBokeh' IsArtBokeh no
|
16029
|
+
'lensFacing' LensFacing no
|
16030
|
+
'monoStrength' MonoStrength no
|
16031
|
+
'objectOrientation' ObjectOrientation no
|
16032
|
+
'outputHeight' OutputHeight no
|
16033
|
+
'outputWidth' OutputWidth no
|
16034
|
+
'perfMode' PerfMode no
|
16035
|
+
'segHeight' SegHeight no
|
16036
|
+
'segWidth' SegWidth no
|
16037
|
+
'sidelightStrength' SidelightStrength no
|
16038
|
+
'spinStrength' SpinStrength no
|
16039
|
+
'vintageStrength' VintageStrength no
|
16040
|
+
'zoomStrength' ZoomStrength no
|
15991
16041
|
|
15992
16042
|
=head3 Samsung sec Tags
|
15993
16043
|
|
@@ -16089,7 +16139,7 @@ such as the Galaxy S4.
|
|
16089
16139
|
0x1015 ToningEffect int16u
|
16090
16140
|
0x1016 HueAdjust int16u
|
16091
16141
|
0x1017 WideAdapter int16u
|
16092
|
-
0x1018
|
16142
|
+
0x1018 CropMode int16u
|
16093
16143
|
0x1019 NDFilter int16u
|
16094
16144
|
0x101a WBBracketShotNumber int16u
|
16095
16145
|
0x1200 AFStatus int16u
|
@@ -18784,7 +18834,8 @@ FPXR segment of JPEG images. As well, FlashPix information is extracted
|
|
18784
18834
|
from DOC, PPT, XLS (Microsoft Word, PowerPoint and Excel) documents, VSD
|
18785
18835
|
(Microsoft Visio) drawings, and FLA (Macromedia/Adobe Flash project) files
|
18786
18836
|
since these are based on the same file format as FlashPix (the Windows
|
18787
|
-
Compound Binary File format).
|
18837
|
+
Compound Binary File format). Note that ExifTool identifies any
|
18838
|
+
unrecognized Windows Compound Binary file as a FlashPix (FPX) file. See
|
18788
18839
|
L<http://graphcomp.com/info/specs/livepicture/fpx.pdf> for the FlashPix
|
18789
18840
|
specification.
|
18790
18841
|
|
@@ -23474,6 +23525,7 @@ This is the PDF document catalog.
|
|
23474
23525
|
Tag ID Tag Name Writable
|
23475
23526
|
------ -------- --------
|
23476
23527
|
'Cs1' Cs1 PDF Cs1
|
23528
|
+
'DefaultCMYK' DefaultCMYK PDF DefaultRGB
|
23477
23529
|
'DefaultRGB' DefaultRGB PDF DefaultRGB
|
23478
23530
|
|
23479
23531
|
=head3 PDF Cs1 Tags
|
@@ -28265,6 +28317,7 @@ sub-documents, but the Duration is calculated for the full video.
|
|
28265
28317
|
'VP8X' VP8X RIFF VP8X
|
28266
28318
|
'XMP ' XMP XMP
|
28267
28319
|
'_PMX' XMP XMP
|
28320
|
+
'aXML' AXML XMP XML
|
28268
28321
|
'afsp' Afsp no
|
28269
28322
|
'bext' BroadcastExtension RIFF BroadcastExt
|
28270
28323
|
'cue ' CuePoints no
|
@@ -28273,6 +28326,7 @@ sub-documents, but the Duration is calculated for the full video.
|
|
28273
28326
|
'fmt ' AudioFormat RIFF AudioFormat
|
28274
28327
|
'gps0' GPSTrack QuickTime Stream
|
28275
28328
|
'gsen' GSensor QuickTime Stream
|
28329
|
+
'iXML' IXML XMP XML
|
28276
28330
|
'labl' Label RIFF Label
|
28277
28331
|
'list' ListType no
|
28278
28332
|
'olym' Olym Olympus WAV
|
@@ -28556,6 +28610,7 @@ L<http://tech.ebu.ch/docs/tech/tech3285.pdf>).
|
|
28556
28610
|
320 DateTimeOriginal no
|
28557
28611
|
338 TimeReference no
|
28558
28612
|
346 BWFVersion no
|
28613
|
+
348 BWF_UMID no
|
28559
28614
|
602 CodingHistory no
|
28560
28615
|
|
28561
28616
|
=head3 RIFF DS64 Tags
|
@@ -33737,6 +33792,9 @@ values, may created via the ExifTool configuration file.
|
|
33737
33792
|
ShutterSpeed ExposureTime no
|
33738
33793
|
ShutterSpeedValue
|
33739
33794
|
BulbDuration
|
33795
|
+
SingleShotDepthMapTiff SingleShotDepthMap no
|
33796
|
+
SegWidth
|
33797
|
+
SegHeight
|
33740
33798
|
SubSecCreateDate EXIF:CreateDate yes
|
33741
33799
|
SubSecTimeDigitized
|
33742
33800
|
OffsetTimeDigitized
|
@@ -156,9 +156,12 @@ sub ConvInvISO6709($)
|
|
156
156
|
my $val = shift;
|
157
157
|
my @a = split ' ', $val;
|
158
158
|
if (@a == 2 or @a == 3) {
|
159
|
+
# latitude must have 2 digits before the decimal, and longitude 3,
|
160
|
+
# and all values must start with a "+" or "-"
|
161
|
+
my @fmt = ('%+03d','%+04d','%+d');
|
159
162
|
foreach (@a) {
|
160
|
-
Image::ExifTool::IsFloat($_)
|
161
|
-
$_
|
163
|
+
return undef unless Image::ExifTool::IsFloat($_);
|
164
|
+
$_ =~ s/^([-+]?\d+)/sprintf(shift(@fmt),$1)/e;
|
162
165
|
}
|
163
166
|
return join '', @a;
|
164
167
|
}
|
@@ -1286,7 +1286,8 @@ sub WriteXMP($$;$)
|
|
1286
1286
|
# match last index except for lang-alt items where we want to put each
|
1287
1287
|
# item in a different lang-alt list (so match the 2nd-last for these)
|
1288
1288
|
my $pat = $writable eq 'lang-alt' ? '.* (\d+)(.*? \d+)' : '.* (\d+)';
|
1289
|
-
$path
|
1289
|
+
pos($path) = 0;
|
1290
|
+
$path =~ m/$pat/g or warn("Internal error: no list index for $tag ($path) ($pat)!\n"), next;
|
1290
1291
|
my $idx = $1;
|
1291
1292
|
my $len = length $1;
|
1292
1293
|
my $pos = pos($path) - $len - ($2 ? length $2 : 0);
|
@@ -3981,7 +3981,10 @@ sub WriteDirectory($$$;$)
|
|
3981
3981
|
# (never delete an entire QuickTime group)
|
3982
3982
|
if ($delFlag) {
|
3983
3983
|
if (($grp0 =~ /^(MakerNotes)$/ or $grp1 =~ /^(IFD0|ExifIFD|MakerNotes)$/) and
|
3984
|
-
$self->IsRawType()
|
3984
|
+
$self->IsRawType() and
|
3985
|
+
# allow non-permanent MakerNote directories to be deleted (ie. NikonCapture)
|
3986
|
+
(not $$dirInfo{TagInfo} or not defined $$dirInfo{TagInfo}{Permanent} or
|
3987
|
+
$$dirInfo{TagInfo}{Permanent}))
|
3985
3988
|
{
|
3986
3989
|
$self->WarnOnce("Can't delete $1 from $$self{FileType}",1);
|
3987
3990
|
undef $grp1;
|
@@ -3749,7 +3749,7 @@ sub ProcessXMP($$;$)
|
|
3749
3749
|
$fmt = 'n'; # UTF-16 or 32 MM with BOM
|
3750
3750
|
} elsif ($buf2 =~ /^(\xff\xfe)(<\?xml|<rdf:RDF|<x(mp)?:x[ma]pmeta)/g) {
|
3751
3751
|
$fmt = 'v'; # UTF-16 or 32 II with BOM
|
3752
|
-
} elsif ($buf2 =~ /^(\xef\xbb\xbf)?(<\?xml|<rdf:RDF|<x(mp)?:x[ma]pmeta)/g) {
|
3752
|
+
} elsif ($buf2 =~ /^(\xef\xbb\xbf)?(<\?xml|<rdf:RDF|<x(mp)?:x[ma]pmeta|<svg\b)/g) {
|
3753
3753
|
$fmt = 0; # UTF-8 with BOM or unknown encoding without BOM
|
3754
3754
|
} elsif ($buf2 =~ /^(\xfe\xff|\xff\xfe|\xef\xbb\xbf)(<\?xpacket begin=)/g) {
|
3755
3755
|
$double = $1; # double-encoded UTF
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exiftool_vendored
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.
|
4
|
+
version: 11.67.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew McEachen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-10-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: exiftool
|
@@ -203,6 +203,7 @@ files:
|
|
203
203
|
- bin/config_files/photoshop_paths.config
|
204
204
|
- bin/config_files/picasa_faces.config
|
205
205
|
- bin/config_files/rotate_regions.config
|
206
|
+
- bin/config_files/thinkware.config
|
206
207
|
- bin/config_files/tiff_version.config
|
207
208
|
- bin/config_files/time_zone.config
|
208
209
|
- bin/exiftool
|