exiftool_vendored 11.76.0 → 11.77.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.

@@ -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 23172 tags, with 15146 unique tag names.
15
+ They contain a total of 23196 tags, with 15164 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
@@ -16424,6 +16424,39 @@ are less than consistent about their metadata formats.
16424
16424
  0x0087 ResolutionMode string
16425
16425
  0x0088 WhiteBalance string
16426
16426
  0x008c Firmware string
16427
+ 0x011f CameraCalibration float[9]
16428
+ 0x0120 WBSettings Sigma WBSettings
16429
+ 0x0121 WBSettings2 Sigma WBSettings2
16430
+
16431
+ =head3 Sigma WBSettings Tags
16432
+
16433
+ Index4 Tag Name Writable
16434
+ ------ -------- --------
16435
+ 0 WB_RGBLevelsAuto float[3]
16436
+ 3 WB_RGBLevelsDaylight float[3]
16437
+ 6 WB_RGBLevelsShade float[3]
16438
+ 9 WB_RGBLevelsOvercast float[3]
16439
+ 12 WB_RGBLevelsIncandescent float[3]
16440
+ 15 WB_RGBLevelsFluorescent float[3]
16441
+ 18 WB_RGBLevelsFlash float[3]
16442
+ 21 WB_RGBLevelsCustom1 float[3]
16443
+ 24 WB_RGBLevelsCustom2 float[3]
16444
+ 27 WB_RGBLevelsCustom3 float[3]
16445
+
16446
+ =head3 Sigma WBSettings2 Tags
16447
+
16448
+ Index4 Tag Name Writable
16449
+ ------ -------- --------
16450
+ 0 WB_RGBLevelsUnknown0? float[3]
16451
+ 3 WB_RGBLevelsUnknown1? float[3]
16452
+ 6 WB_RGBLevelsUnknown2? float[3]
16453
+ 9 WB_RGBLevelsUnknown3? float[3]
16454
+ 12 WB_RGBLevelsUnknown4? float[3]
16455
+ 15 WB_RGBLevelsUnknown5? float[3]
16456
+ 18 WB_RGBLevelsUnknown6? float[3]
16457
+ 21 WB_RGBLevelsUnknown7? float[3]
16458
+ 24 WB_RGBLevelsUnknown8? float[3]
16459
+ 27 WB_RGBLevelsUnknown9? float[3]
16427
16460
 
16428
16461
  =head2 Sony Tags
16429
16462
 
@@ -18710,6 +18743,8 @@ Lens distortion correction information.
18710
18743
  0x1102 FlashFired int32u
18711
18744
  0x1105 ZoomPosition int32u
18712
18745
  0x1200 LensAttached int32u
18746
+ 0x1201 LensTypeMake int16u
18747
+ 0x1202 LensTypeModel int16u
18713
18748
  0x1203 FocalLengthIn35mmFormat int16u
18714
18749
  0x1305 HighISOMode int16u
18715
18750
  0x3200 WB_CFA0_LevelDaylight int16u
@@ -33240,7 +33275,7 @@ name. See L<http://tools.ietf.org/html/rfc5545> for the official iCalendar
33240
33275
  Although basic text files contain no metadata, the following tags are
33241
33276
  determined from a simple analysis of the text data. LineCount and WordCount
33242
33277
  are generated only for 8-bit encodings, but the FastScan (-fast) option may
33243
- be used to limit processing to the first 64 kB, in which case these two tags
33278
+ be used to limit processing to the first 64 kB in which case these two tags
33244
33279
  are not produced. To avoid long processing delays, ExifTool will issue a
33245
33280
  minor warning and process only the first 64 kB of any file larger than 20 MB
33246
33281
  unless the IgnoreMinorErrors (-m) option is used.
@@ -33976,6 +34011,8 @@ values, may created via the ExifTool configuration file.
33976
34011
  MaxApertureValue
33977
34012
  LensSpec Nikon:Lens no
33978
34013
  Nikon:LensType
34014
+ LensType LensTypeMake no
34015
+ LensTypeModel
33979
34016
  LightValue Aperture no
33980
34017
  ShutterSpeed
33981
34018
  ISO
@@ -25,7 +25,7 @@ $VERSION = '1.01';
25
25
  Although basic text files contain no metadata, the following tags are
26
26
  determined from a simple analysis of the text data. LineCount and WordCount
27
27
  are generated only for 8-bit encodings, but the L<FastScan|../ExifTool.html#FastScan> (-fast) option may
28
- be used to limit processing to the first 64 kB, in which case these two tags
28
+ be used to limit processing to the first 64 kB in which case these two tags
29
29
  are not produced. To avoid long processing delays, ExifTool will issue a
30
30
  minor warning and process only the first 64 kB of any file larger than 20 MB
31
31
  unless the L<IgnoreMinorErrors|../ExifTool.html#IgnoreMinorErrors> (-m) option is used.
@@ -1,6 +1,6 @@
1
1
  Summary: perl module for image data extraction
2
2
  Name: perl-Image-ExifTool
3
- Version: 11.76
3
+ Version: 11.77
4
4
  Release: 1
5
5
  License: Artistic/GPL
6
6
  Group: Development/Libraries/Perl
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExiftoolVendored
4
- VERSION = Gem::Version.new('11.76.0')
4
+ VERSION = Gem::Version.new('11.77.0')
5
5
  end
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.76.0
4
+ version: 11.77.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-11-12 00:00:00.000000000 Z
12
+ date: 2019-11-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: exiftool