exiftool_vendored 11.77.0 → 11.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/Changes +9 -4
- data/bin/META.json +2 -2
- data/bin/META.yml +2 -2
- data/bin/Makefile.PL +1 -1
- data/bin/README +4 -4
- data/bin/arg_files/xmp2iptc.args +1 -1
- data/bin/config_files/photoshop_paths.config +3 -3
- data/bin/config_files/picasa_faces.config +1 -1
- data/bin/exiftool +22 -26
- data/bin/lib/Image/ExifTool.pm +3 -3
- data/bin/lib/Image/ExifTool.pod +3 -3
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +7 -7
- data/bin/lib/Image/ExifTool/Canon.pm +3 -3
- data/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/Casio.pm +1 -1
- data/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
- data/bin/lib/Image/ExifTool/FLIR.pm +6 -6
- data/bin/lib/Image/ExifTool/FujiFilm.pm +6 -4
- data/bin/lib/Image/ExifTool/MIE.pm +5 -6
- data/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- data/bin/lib/Image/ExifTool/Minolta.pm +9 -9
- data/bin/lib/Image/ExifTool/Nikon.pm +15 -14
- data/bin/lib/Image/ExifTool/Olympus.pm +1 -1
- data/bin/lib/Image/ExifTool/Panasonic.pm +2 -2
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +10 -4
- data/bin/lib/Image/ExifTool/Pentax.pm +4 -4
- data/bin/lib/Image/ExifTool/Sony.pm +4 -4
- data/bin/lib/Image/ExifTool/TagNames.pod +7 -7
- data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- data/bin/lib/Image/ExifTool/Writer.pl +6 -1
- data/bin/lib/Image/ExifTool/XMP2.pl +2 -2
- data/bin/perl-Image-ExifTool.spec +2 -2
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 002bfae07a986ad4c53d0ec12948e5eae4a60112
|
|
4
|
+
data.tar.gz: 8c1b4f789d7fc5744b0cf77135e6c27939565069
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edb90b406c14e596ca4005de662522aa9ef065989fdccea63fd00043fd3ddb3a7f524be572ba5b640f4767ff22bb2fc0e8a5289083668426582bacf0fed1e2b3
|
|
7
|
+
data.tar.gz: e4b6aecb8344c7cef4df16b9f51a836bbae2329b80037f862decef99bdabbd2e26653bf8224ab0dfa53dac53a07182200b687199a0d78b240269a81311e6fa3b
|
data/bin/Changes
CHANGED
|
@@ -2,14 +2,19 @@ DO NOT EDIT THIS FILE -- it is generated from the html history files.
|
|
|
2
2
|
|
|
3
3
|
ExifTool Version History
|
|
4
4
|
|
|
5
|
-
RSS feed:
|
|
6
|
-
|
|
7
|
-
(I'll be away from Nov 16-24, 2019 so don't expect any updates
|
|
8
|
-
or email/forum responses during this period. - PH)
|
|
5
|
+
RSS feed: https://exiftool.org/rss.xml
|
|
9
6
|
|
|
10
7
|
Note: The most recent production release is Version 11.70. (Other versions are
|
|
11
8
|
considered development releases, and are not uploaded to CPAN.)
|
|
12
9
|
|
|
10
|
+
Dec. 5, 2019 - Version 11.78
|
|
11
|
+
|
|
12
|
+
- Added a new Nikon LensID (thanks Chris)
|
|
13
|
+
- Added two new FujiFilm SceneRecognition values
|
|
14
|
+
- Patched to avoid crash in Windows when writing a negative epoch time using
|
|
15
|
+
the "-d %s" option
|
|
16
|
+
- Fixed problem editing MIE tags when using the "-wm w" option
|
|
17
|
+
|
|
13
18
|
Nov. 27, 2019 - Version 11.77
|
|
14
19
|
|
|
15
20
|
- Added a new Nikon LensID (thanks Joe Schonberg)
|
data/bin/META.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"abstract" : "Read and write meta information",
|
|
3
3
|
"author" : [
|
|
4
|
-
"Phil Harvey (
|
|
4
|
+
"Phil Harvey (philharvey66 at gmail.com)"
|
|
5
5
|
],
|
|
6
6
|
"dynamic_config" : 1,
|
|
7
7
|
"generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.150010",
|
|
@@ -47,6 +47,6 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"release_status" : "stable",
|
|
50
|
-
"version" : "11.
|
|
50
|
+
"version" : "11.78",
|
|
51
51
|
"x_serialization_backend" : "JSON::PP version 4.02"
|
|
52
52
|
}
|
data/bin/META.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
abstract: 'Read and write meta information'
|
|
3
3
|
author:
|
|
4
|
-
- 'Phil Harvey (
|
|
4
|
+
- 'Phil Harvey (philharvey66 at gmail.com)'
|
|
5
5
|
build_requires:
|
|
6
6
|
ExtUtils::MakeMaker: '0'
|
|
7
7
|
configure_requires:
|
|
@@ -28,5 +28,5 @@ recommends:
|
|
|
28
28
|
Time::HiRes: '0'
|
|
29
29
|
requires:
|
|
30
30
|
perl: '5.004'
|
|
31
|
-
version: '11.
|
|
31
|
+
version: '11.78'
|
|
32
32
|
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
data/bin/Makefile.PL
CHANGED
|
@@ -43,7 +43,7 @@ WriteMakefile(
|
|
|
43
43
|
EXE_FILES => [ 'exiftool' ],
|
|
44
44
|
($] >= 5.005 ?
|
|
45
45
|
(ABSTRACT_FROM => $ExifTool_pod,
|
|
46
|
-
AUTHOR => 'Phil Harvey (
|
|
46
|
+
AUTHOR => 'Phil Harvey (philharvey66 at gmail.com)',
|
|
47
47
|
) : ()),
|
|
48
48
|
(($ExtUtils::MakeMaker::VERSION gt '6.30') ?
|
|
49
49
|
(LICENSE => 'perl') : ()),
|
data/bin/README
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ExifTool by Phil Harvey (
|
|
1
|
+
ExifTool by Phil Harvey (philharvey66 at gmail.com)
|
|
2
2
|
----------------------------------------------------------------------------
|
|
3
3
|
|
|
4
4
|
ExifTool is a customizable set of Perl modules plus a full-featured
|
|
@@ -76,7 +76,7 @@ See html/index.html for more details about ExifTool features.
|
|
|
76
76
|
|
|
77
77
|
ExifTool can be downloaded from
|
|
78
78
|
|
|
79
|
-
https://
|
|
79
|
+
https://exiftool.org/
|
|
80
80
|
|
|
81
81
|
RUNNING
|
|
82
82
|
|
|
@@ -104,8 +104,8 @@ your home directory, then you would type the following commands in a
|
|
|
104
104
|
terminal window to extract and run ExifTool:
|
|
105
105
|
|
|
106
106
|
cd ~/Desktop
|
|
107
|
-
gzip -dc Image-ExifTool-11.
|
|
108
|
-
cd Image-ExifTool-11.
|
|
107
|
+
gzip -dc Image-ExifTool-11.78.tar.gz | tar -xf -
|
|
108
|
+
cd Image-ExifTool-11.78
|
|
109
109
|
./exiftool t/images/ExifTool.jpg
|
|
110
110
|
|
|
111
111
|
Note: These commands extract meta information from one of the test images.
|
data/bin/arg_files/xmp2iptc.args
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
# could invalidate the encoding of existing IPTC if there were
|
|
29
29
|
# any values containing special characters. See FAQ number 10
|
|
30
30
|
# for more information about converting the IPTC encoding:
|
|
31
|
-
#
|
|
31
|
+
# https://exiftool.org/faq.html#Q10
|
|
32
32
|
#
|
|
33
33
|
# 3) These arguments will not delete existing IPTC tags which are
|
|
34
34
|
# missing from the XMP. The IPTC tags should be deleted
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
# 2017/06/03 - PH Added TotalPathPoints
|
|
70
70
|
# 2017/07/17 - PH Added UniquePathPoints
|
|
71
71
|
#
|
|
72
|
-
# References:
|
|
73
|
-
#
|
|
74
|
-
#
|
|
72
|
+
# References: https://exiftool.org/forum/index.php/topic,1621.0.html
|
|
73
|
+
# https://exiftool.org/forum/index.php/topic,3910.0.html
|
|
74
|
+
# https://exiftool.org/forum/index.php/topic,6647.0.html
|
|
75
75
|
#------------------------------------------------------------------------------
|
|
76
76
|
|
|
77
77
|
# Print Photoshop path name and/or anchor points
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
# 2016/05/14 - BKW Increased rounding to 9 decimal places (Max Picasa accepts),
|
|
67
67
|
# moved rounding operation to subroutine
|
|
68
68
|
#
|
|
69
|
-
# References:
|
|
69
|
+
# References: https://exiftool.org/forum/index.php/topic,6354.0.html
|
|
70
70
|
#------------------------------------------------------------------------------
|
|
71
71
|
|
|
72
72
|
# Picasa contacts file name
|
data/bin/exiftool
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
use strict;
|
|
11
11
|
require 5.004;
|
|
12
12
|
|
|
13
|
-
my $version = '11.
|
|
13
|
+
my $version = '11.78';
|
|
14
14
|
|
|
15
15
|
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
|
|
16
16
|
my $exeDir;
|
|
@@ -4869,10 +4869,9 @@ encoding of various meta information formats.
|
|
|
4869
4869
|
QuickTime Internal encoding of QuickTime strings MacRoman
|
|
4870
4870
|
RIFF Internal encoding of RIFF strings 0
|
|
4871
4871
|
|
|
4872
|
-
See L<
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
the B<-charset> settings.
|
|
4872
|
+
See L<https://exiftool.org/faq.html#Q10> for more information about coded
|
|
4873
|
+
character sets, and the L<Image::ExifTool Options|Image::ExifTool/Options>
|
|
4874
|
+
for more details about the B<-charset> settings.
|
|
4876
4875
|
|
|
4877
4876
|
=item B<-csv>[[+]=I<CSVFILE>]
|
|
4878
4877
|
|
|
@@ -5109,7 +5108,7 @@ translation, follow these steps (you must have Perl installed for this):
|
|
|
5109
5108
|
6. Edit the generated language module lib/Image/ExifTool/Lang/ru.pm, and
|
|
5110
5109
|
search and replace all 'MISSING' strings in the file with your translations.
|
|
5111
5110
|
|
|
5112
|
-
7. Email the module ('ru.pm' in this example) to
|
|
5111
|
+
7. Email the module ('ru.pm' in this example) to philharvey66 at gmail.com
|
|
5113
5112
|
|
|
5114
5113
|
8. Thank you!!
|
|
5115
5114
|
|
|
@@ -5180,7 +5179,7 @@ with this command:
|
|
|
5180
5179
|
|
|
5181
5180
|
produces output like this:
|
|
5182
5181
|
|
|
5183
|
-
-- Generated by ExifTool 11.
|
|
5182
|
+
-- Generated by ExifTool 11.78 --
|
|
5184
5183
|
File: a.jpg - 2003:10:31 15:44:19
|
|
5185
5184
|
(f/5.6, 1/60s, ISO 100)
|
|
5186
5185
|
File: b.jpg - 2006:05:23 11:57:38
|
|
@@ -5270,12 +5269,12 @@ Output structured XMP information instead of flattening to individual tags.
|
|
|
5270
5269
|
This option works well when combined with the XML (B<-X>) and JSON (B<-j>)
|
|
5271
5270
|
output formats. For other output formats, XMP structures and lists are
|
|
5272
5271
|
serialized into the same format as when writing structured information (see
|
|
5273
|
-
L<
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5272
|
+
L<https://exiftool.org/struct.html> for details). When copying, structured
|
|
5273
|
+
tags are copied by default unless B<--struct> is used to disable this
|
|
5274
|
+
feature (although flattened tags may still be copied by specifying them
|
|
5275
|
+
individually unless B<-struct> is used). These options have no effect when
|
|
5276
|
+
assigning new values since both flattened and structured tags may always be
|
|
5277
|
+
used when writing.
|
|
5279
5278
|
|
|
5280
5279
|
=item B<-t> (B<-tab>)
|
|
5281
5280
|
|
|
@@ -5535,8 +5534,7 @@ metadata.
|
|
|
5535
5534
|
When used with B<-ee>, the B<-p> option is evaluated for each embedded
|
|
5536
5535
|
document as if it were a separate input file. This allows, for example,
|
|
5537
5536
|
generation of GPS track logs from timed metadata in videos. See
|
|
5538
|
-
L<
|
|
5539
|
-
examples.
|
|
5537
|
+
L<https://exiftool.org/geotag.html#Inverse> for examples.
|
|
5540
5538
|
|
|
5541
5539
|
=item B<-ext>[+] I<EXT>, B<--ext> I<EXT> (B<-extension>)
|
|
5542
5540
|
|
|
@@ -6100,7 +6098,7 @@ line and applies to all B<-execute>'d commands. The I<CFGFILE> must exist
|
|
|
6100
6098
|
relative to the current working directory or the exiftool application
|
|
6101
6099
|
directory unless an absolute path is specified. Loading of the default
|
|
6102
6100
|
config file may be disabled by setting I<CFGFILE> to an empty string (ie.
|
|
6103
|
-
""). See L<
|
|
6101
|
+
""). See L<https://exiftool.org/config.html> and
|
|
6104
6102
|
config_files/example.config in the full ExifTool distribution for details
|
|
6105
6103
|
about the configuration file syntax.
|
|
6106
6104
|
|
|
@@ -6293,10 +6291,9 @@ ExifTool character set, preferably C<UTF8> (see the B<-charset> option for a
|
|
|
6293
6291
|
complete list). Setting this triggers the use of Windows wide-character i/o
|
|
6294
6292
|
routines, thus providing support for most Unicode file names (see note 4).
|
|
6295
6293
|
But note that it is not trivial to pass properly encoded file names on the
|
|
6296
|
-
Windows command line (see
|
|
6297
|
-
|
|
6298
|
-
|
|
6299
|
-
C<-charset filename=utf8> is recommended if possible.
|
|
6294
|
+
Windows command line (see L<https://exiftool.org/faq.html#Q18> for details),
|
|
6295
|
+
so placing them in a UTF-8 encoded B<-@> argfile and using C<-charset
|
|
6296
|
+
filename=utf8> is recommended if possible.
|
|
6300
6297
|
|
|
6301
6298
|
A warning is issued if a specified filename contains special characters and
|
|
6302
6299
|
the filename character set was not provided. However, the warning may be
|
|
@@ -6585,8 +6582,8 @@ Write ICC_Profile to an image from a C<.icc> file of the same name.
|
|
|
6585
6582
|
|
|
6586
6583
|
=item exiftool -hierarchicalkeywords='{keyword=one,children={keyword=B}}'
|
|
6587
6584
|
|
|
6588
|
-
Write structured XMP information. See
|
|
6589
|
-
|
|
6585
|
+
Write structured XMP information. See L<https://exiftool.org/struct.html>
|
|
6586
|
+
for more details.
|
|
6590
6587
|
|
|
6591
6588
|
=item exiftool -trailer:all= image.jpg
|
|
6592
6589
|
|
|
@@ -6747,8 +6744,8 @@ an extra '%' must be added to pass these codes through the date/time parser.
|
|
|
6747
6744
|
(And further note that in a Windows batch file, all '%' characters must also
|
|
6748
6745
|
be escaped, so in this extreme case '%%%%f' is necessary to pass a simple
|
|
6749
6746
|
'%f' through the two levels of parsing.) See
|
|
6750
|
-
L<
|
|
6751
|
-
|
|
6747
|
+
L<https://exiftool.org/filename.html> for additional documentation and
|
|
6748
|
+
examples.
|
|
6752
6749
|
|
|
6753
6750
|
=over 5
|
|
6754
6751
|
|
|
@@ -6807,8 +6804,7 @@ CreateDate and FileNumber tags, in the form "20060507_118-1861.jpg".
|
|
|
6807
6804
|
ExifTool implements geotagging via 3 special tags: Geotag (which for
|
|
6808
6805
|
convenience is also implemented as an exiftool option), Geosync and Geotime.
|
|
6809
6806
|
The examples below highlight some geotagging features. See
|
|
6810
|
-
L<
|
|
6811
|
-
documentation.
|
|
6807
|
+
L<https://exiftool.org/geotag.html> for additional documentation.
|
|
6812
6808
|
|
|
6813
6809
|
=over 5
|
|
6814
6810
|
|
data/bin/lib/Image/ExifTool.pm
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
#
|
|
4
4
|
# Description: Read and write meta information
|
|
5
5
|
#
|
|
6
|
-
# URL:
|
|
6
|
+
# URL: https://exiftool.org/
|
|
7
7
|
#
|
|
8
8
|
# Revisions: Nov. 12/2003 - P. Harvey Created
|
|
9
9
|
# (See html/history.html for revision history)
|
|
10
10
|
#
|
|
11
|
-
# Legal: Copyright (c) 2003-2019, Phil Harvey (
|
|
11
|
+
# Legal: Copyright (c) 2003-2019, Phil Harvey (philharvey66 at gmail.com)
|
|
12
12
|
# This library is free software; you can redistribute it and/or
|
|
13
13
|
# modify it under the same terms as Perl itself.
|
|
14
14
|
#------------------------------------------------------------------------------
|
|
@@ -27,7 +27,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
|
|
|
27
27
|
%mimeType $swapBytes $swapWords $currentByteOrder %unpackStd
|
|
28
28
|
%jpegMarker %specialTags %fileTypeLookup $testLen);
|
|
29
29
|
|
|
30
|
-
$VERSION = '11.
|
|
30
|
+
$VERSION = '11.78';
|
|
31
31
|
$RELEASE = '';
|
|
32
32
|
@ISA = qw(Exporter);
|
|
33
33
|
%EXPORT_TAGS = (
|
data/bin/lib/Image/ExifTool.pod
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
#
|
|
4
4
|
# Description: Read and write meta information
|
|
5
5
|
#
|
|
6
|
-
# URL:
|
|
6
|
+
# URL: https://exiftool.org/
|
|
7
7
|
#
|
|
8
8
|
# Legal: Copyright (c) 2003-2019, Phil Harvey (phil at owl.phy.queensu.ca)
|
|
9
9
|
# This library is free software; you can redistribute it and/or
|
|
@@ -1429,8 +1429,8 @@ name for each value, or call with a reference to the list of values.
|
|
|
1429
1429
|
# write structured information as a serialized string
|
|
1430
1430
|
$exifTool->SetNewValue('XMP:Flash'=>'{mode=on,fired=true,return=not}');
|
|
1431
1431
|
|
|
1432
|
-
(See L<
|
|
1433
|
-
|
|
1432
|
+
(See L<https://exiftool.org/struct.html#Serialize> for a description of the
|
|
1433
|
+
structure serialization technique.)
|
|
1434
1434
|
|
|
1435
1435
|
=over 4
|
|
1436
1436
|
|
|
@@ -58,7 +58,7 @@ my $docType = q{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
58
58
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
59
59
|
};
|
|
60
60
|
|
|
61
|
-
my $homePage = '
|
|
61
|
+
my $homePage = 'https://exiftool.org';
|
|
62
62
|
|
|
63
63
|
# tweak the ordering of tables in the documentation
|
|
64
64
|
my %tweakOrder = (
|
|
@@ -323,7 +323,7 @@ to 0 via the API or with --struct on the command line to copy only flattened
|
|
|
323
323
|
tags, or enabled by setting Struct to 1 via the API or with -struct on the
|
|
324
324
|
command line to copy only as structures. When writing, the L<Struct|../ExifTool.html#Struct> option
|
|
325
325
|
has no effect, and both structured and flattened tags may be written. See
|
|
326
|
-
L<
|
|
326
|
+
L<https://exiftool.org/struct.html> for more details.
|
|
327
327
|
|
|
328
328
|
Individual languages for C<lang-alt> tags are accessed by suffixing the tag
|
|
329
329
|
name with a '-', followed by an RFC 3066 language code (eg. "XMP:Title-fr",
|
|
@@ -354,7 +354,7 @@ recommended if possible.
|
|
|
354
354
|
For structures, the heading of the first column is B<Field Name>. Field
|
|
355
355
|
names are very similar to tag names, except they are used to identify fields
|
|
356
356
|
inside structures instead of stand-alone tags. See
|
|
357
|
-
L<the Field Name section of the Structured Information documentation|
|
|
357
|
+
L<the Field Name section of the Structured Information documentation|https://exiftool.org/struct.html#Fields> for more
|
|
358
358
|
details.
|
|
359
359
|
|
|
360
360
|
ExifTool will extract XMP information even if it is not listed in these
|
|
@@ -528,8 +528,8 @@ These tags apply to CRW-format Canon RAW files and information in the APP0
|
|
|
528
528
|
length of the information is preserved (and the new information is truncated
|
|
529
529
|
or padded as required) unless B<Writable> is C<resize>. Currently, only
|
|
530
530
|
JpgFromRaw and ThumbnailImage are allowed to change size. See
|
|
531
|
-
L<
|
|
532
|
-
|
|
531
|
+
L<https://exiftool.org/canon_raw.html> for a description of the Canon CRW
|
|
532
|
+
format.
|
|
533
533
|
|
|
534
534
|
CRW images also support the addition of a CanonVRD trailer, which in turn
|
|
535
535
|
supports XMP. This trailer is created automatically if necessary when
|
|
@@ -1732,9 +1732,9 @@ sub Doc2Html($)
|
|
|
1732
1732
|
$doc =~ s/B<(.*?)>/<b>$1<\/b>/sg;
|
|
1733
1733
|
$doc =~ s/C<(.*?)>/<code>$1<\/code>/sg;
|
|
1734
1734
|
$doc =~ s/I<(.*?)>/<i>$1<\/i>/sg;
|
|
1735
|
-
# L<some text|
|
|
1735
|
+
# L<some text|https://exiftool.org/struct.html#Fields> --> <a href="../struct.html#Fields">some text</a>
|
|
1736
1736
|
$doc =~ s{L<([^&]+?)\|\Q$homePage\E/(.*?)>}{<a href="../$2">$1<\/a>}sg;
|
|
1737
|
-
# L<
|
|
1737
|
+
# L<https://exiftool.org/struct.html> --> <a href="https://exiftool.org/struct.html">https://exiftool.org/struct.html</a>
|
|
1738
1738
|
$doc =~ s{L<\Q$homePage\E/(.*?)>}{<a href="../$1">$1<\/a>}sg;
|
|
1739
1739
|
# L<XMP DICOM Tags|Image::ExifTool::TagNames/XMP DICOM Tags> --> <a href="XMP.html#DICOM">XMP DICOM Tags</a>
|
|
1740
1740
|
# (specify "Image::ExifTool::TagNames" to link to another html file)
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
# 47) http://www.exiv2.org/
|
|
64
64
|
# 48) Tomasz A. Kawecki private communication (550D, firmware 1.0.6, 1.0.8)
|
|
65
65
|
# 49) http://www.listware.net/201101/digikam-users/49795-digikam-users-re-lens-recognition.html
|
|
66
|
-
# 50)
|
|
67
|
-
# 51)
|
|
66
|
+
# 50) https://exiftool.org/forum/index.php/topic,3833.0.html
|
|
67
|
+
# 51) https://exiftool.org/forum/index.php/topic,4110.0.html
|
|
68
68
|
# 52) Kai Harrekilde-Petersen private communication
|
|
69
69
|
# 53) Anton Reiser private communication
|
|
70
70
|
# 54) https://github.com/lclevy/canon_cr3
|
|
@@ -2069,7 +2069,7 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
|
|
|
2069
2069
|
4 => 'Continuous, Low', #PH
|
|
2070
2070
|
5 => 'Continuous, High', #PH
|
|
2071
2071
|
6 => 'Silent Single', #PH
|
|
2072
|
-
# ref A:
|
|
2072
|
+
# ref A: https://exiftool.org/forum/index.php/topic,5701.msg27843.html#msg27843
|
|
2073
2073
|
9 => 'Single, Silent', #A
|
|
2074
2074
|
10 => 'Continuous, Silent', #A
|
|
2075
2075
|
# 11 - seen for SX260
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# 3) http://homepage3.nifty.com/kamisaka/makernote/makernote_casio.htm
|
|
12
12
|
# 4) http://gvsoft.homedns.org/exif/makernote-casio-type1.html
|
|
13
13
|
# 5) Robert Chi private communication (EX-F1)
|
|
14
|
-
# 6)
|
|
14
|
+
# 6) https://exiftool.org/forum/index.php/topic,3701.html
|
|
15
15
|
# JD) Jens Duttke private communication
|
|
16
16
|
#------------------------------------------------------------------------------
|
|
17
17
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# Revisions: 2013-01-28 - P. Harvey Created
|
|
7
7
|
#
|
|
8
8
|
# References: 1) http://rs.tdwg.org/dwc/index.htm
|
|
9
|
-
# 2)
|
|
9
|
+
# 2) https://exiftool.org/forum/index.php/topic,4442.0/all.html
|
|
10
10
|
#------------------------------------------------------------------------------
|
|
11
11
|
|
|
12
12
|
package Image::ExifTool::DarwinCore;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Revisions: 2013/03/28 - P. Harvey Created
|
|
7
7
|
#
|
|
8
|
-
# References: 1)
|
|
8
|
+
# References: 1) https://exiftool.org/forum/index.php/topic,4898.0.html
|
|
9
9
|
# 2) http://www.nuage.ch/site/flir-i7-some-analysis/
|
|
10
10
|
# 3) http://www.workswell.cz/manuals/flir/hardware/A3xx_and_A6xx_models/Streaming_format_ThermoVision.pdf
|
|
11
11
|
# 4) http://support.flir.com/DocDownload/Assets/62/English/1557488%24A.pdf
|
|
12
12
|
# 5) http://code.google.com/p/dvelib/source/browse/trunk/flirPublicFormat/fpfConverter/Fpfimg.h?spec=svn3&r=3
|
|
13
|
-
# 6)
|
|
13
|
+
# 6) https://exiftool.org/forum/index.php/topic,5538.0.html
|
|
14
14
|
# JD) Jens Duttke private communication
|
|
15
15
|
#
|
|
16
16
|
# Glossary: FLIR = Forward Looking Infra Red
|
|
@@ -378,7 +378,7 @@ my %float8g = ( Format => 'float', PrintConv => 'sprintf("%.8g",$val)' );
|
|
|
378
378
|
NOTES => q{
|
|
379
379
|
FLIR camera information. The Planck tags are variables used in the
|
|
380
380
|
temperature calculation. See
|
|
381
|
-
L<
|
|
381
|
+
L<https://exiftool.org/forum/index.php?topic=4898.msg23972#msg23972>
|
|
382
382
|
for details.
|
|
383
383
|
},
|
|
384
384
|
0x00 => {
|
|
@@ -715,7 +715,7 @@ my %float8g = ( Format => 'float', PrintConv => 'sprintf("%.8g",$val)' );
|
|
|
715
715
|
);
|
|
716
716
|
|
|
717
717
|
# humidity meter information
|
|
718
|
-
# (ref
|
|
718
|
+
# (ref https://exiftool.org/forum/index.php/topic,5325.0.html)
|
|
719
719
|
# The %Image::ExifTool::UserDefined hash defines new tags to be added to existing tables.
|
|
720
720
|
%Image::ExifTool::FLIR::MeterLink = (
|
|
721
721
|
GROUPS => { 0 => 'APP1', 2 => 'Image' },
|
|
@@ -1604,7 +1604,7 @@ under the same terms as Perl itself.
|
|
|
1604
1604
|
|
|
1605
1605
|
=over 4
|
|
1606
1606
|
|
|
1607
|
-
=item L<
|
|
1607
|
+
=item L<https://exiftool.org/forum/index.php/topic,4898.0.html>
|
|
1608
1608
|
|
|
1609
1609
|
=item L<http://www.nuage.ch/site/flir-i7-some-analysis/>
|
|
1610
1610
|
|
|
@@ -1614,7 +1614,7 @@ under the same terms as Perl itself.
|
|
|
1614
1614
|
|
|
1615
1615
|
=item L<http://code.google.com/p/dvelib/source/browse/trunk/flirPublicFormat/fpfConverter/Fpfimg.h?spec=svn3&r=3>
|
|
1616
1616
|
|
|
1617
|
-
=item L<
|
|
1617
|
+
=item L<https://exiftool.org/forum/index.php/topic,5538.0.html>
|
|
1618
1618
|
|
|
1619
1619
|
=back
|
|
1620
1620
|
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
# 6) http://forums.dpreview.com/forums/readflat.asp?forum=1012&thread=31350384
|
|
15
15
|
# and http://forum.photome.de/viewtopic.php?f=2&t=353&p=742#p740
|
|
16
16
|
# 7) Kai Lappalainen private communication
|
|
17
|
-
# 8)
|
|
17
|
+
# 8) https://exiftool.org/forum/index.php/topic,5223.0.html
|
|
18
18
|
# 9) Zilvinas Brobliauskas private communication
|
|
19
19
|
# 10) Albert Shan private communication
|
|
20
|
-
# 11)
|
|
21
|
-
# 12)
|
|
22
|
-
# 13)
|
|
20
|
+
# 11) https://exiftool.org/forum/index.php/topic,8377.0.html
|
|
21
|
+
# 12) https://exiftool.org/forum/index.php/topic,9607.0.html
|
|
22
|
+
# 13) https://exiftool.org/forum/index.php/topic=10481.0.html
|
|
23
23
|
# IB) Iliah Borg private communication (LibRaw)
|
|
24
24
|
# JD) Jens Duttke private communication
|
|
25
25
|
#------------------------------------------------------------------------------
|
|
@@ -684,6 +684,8 @@ my %faceCategories = (
|
|
|
684
684
|
PrintConv => {
|
|
685
685
|
0 => 'Unrecognized',
|
|
686
686
|
0x100 => 'Portrait Image',
|
|
687
|
+
0x103 => 'Night Portrait', #forum10651
|
|
688
|
+
0x105 => 'Backlit Portrait', #forum10651
|
|
687
689
|
0x200 => 'Landscape Image',
|
|
688
690
|
0x300 => 'Night Scene',
|
|
689
691
|
0x400 => 'Macro',
|
|
@@ -14,7 +14,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
|
|
|
14
14
|
use Image::ExifTool::Exif;
|
|
15
15
|
use Image::ExifTool::GPS;
|
|
16
16
|
|
|
17
|
-
$VERSION = '1.
|
|
17
|
+
$VERSION = '1.48';
|
|
18
18
|
|
|
19
19
|
sub ProcessMIE($$);
|
|
20
20
|
sub ProcessMIEGroup($$$);
|
|
@@ -155,8 +155,8 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
|
|
|
155
155
|
4) ExifTool writes compressed metadata to MIE files if the L<Compress|../ExifTool.html#Compress> (-z)
|
|
156
156
|
option is used and Compress::Zlib is available.
|
|
157
157
|
|
|
158
|
-
See L<
|
|
159
|
-
|
|
158
|
+
See L<https://exiftool.org/MIE1.1-20070121.pdf> for the official MIE
|
|
159
|
+
specification.
|
|
160
160
|
},
|
|
161
161
|
'0Type' => {
|
|
162
162
|
Name => 'SubfileType',
|
|
@@ -1242,8 +1242,7 @@ sub WriteMIEGroup($$$)
|
|
|
1242
1242
|
# write new value if creating, or if List and list existed, or
|
|
1243
1243
|
# if tag was previously deleted
|
|
1244
1244
|
next unless $$nvHash{IsCreating} or
|
|
1245
|
-
(
|
|
1246
|
-
and not $$nvHash{EditOnly}));
|
|
1245
|
+
($newTag eq $lastTag and ($$newInfo{List} or $deletedTag eq $lastTag));
|
|
1247
1246
|
}
|
|
1248
1247
|
# get the new value to write (undef to delete)
|
|
1249
1248
|
push @newVals, $et->GetNewValue($nvHash);
|
|
@@ -2555,7 +2554,7 @@ copyright Phil Harvey, and is covered by the same free-use license.
|
|
|
2555
2554
|
|
|
2556
2555
|
=over 4
|
|
2557
2556
|
|
|
2558
|
-
=item L<
|
|
2557
|
+
=item L<https://exiftool.org/MIE1.1-20070121.pdf>
|
|
2559
2558
|
|
|
2560
2559
|
=back
|
|
2561
2560
|
|
|
@@ -152,7 +152,7 @@ my %sRegions = (
|
|
|
152
152
|
Rectangle => { },
|
|
153
153
|
PersonDisplayName => { },
|
|
154
154
|
PersonEmailDigest => { },
|
|
155
|
-
PersonLiveIdCID => { }, # (see
|
|
155
|
+
PersonLiveIdCID => { }, # (see https://exiftool.org/forum/index.php?topic=4274.msg20368#msg20368)
|
|
156
156
|
PersonSourceID => { },
|
|
157
157
|
);
|
|
158
158
|
%Image::ExifTool::Microsoft::MP = (
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
# 22) http://www.mi-fo.de/forum/index.php?act=attach&type=post&id=6024
|
|
32
32
|
# 23) Marcin Krol private communication
|
|
33
33
|
# 24) http://cpanforum.com/threads/12291
|
|
34
|
-
# 26)
|
|
35
|
-
# 27)
|
|
34
|
+
# 26) https://exiftool.org/forum/index.php/topic,3521.0.html
|
|
35
|
+
# 27) https://exiftool.org/forum/index.php/topic,3833.0.html
|
|
36
36
|
# 28) Michael Reitinger private communication (RX100)
|
|
37
|
-
# 29)
|
|
37
|
+
# 29) https://exiftool.org/forum/index.php/topic,4086.0.html
|
|
38
38
|
# IB) Iliah Borg private communication (LibRaw)
|
|
39
39
|
# JD) Jens Duttke private communication
|
|
40
40
|
# JR) Jos Roost private communication
|
|
@@ -307,7 +307,7 @@ $VERSION = '2.83';
|
|
|
307
307
|
55.1 => 'Sony DT 18-55mm F3.5-5.6 SAM II (SAL18552)', #JR
|
|
308
308
|
56 => 'Sony DT 55-200mm F4-5.6 SAM (SAL55200-2)', #22/JR
|
|
309
309
|
57 => 'Sony DT 50mm F1.8 SAM (SAL50F18) or Tamron Lens or Commlite CM-EF-NEX adapter', #22/JR
|
|
310
|
-
57.1 => 'Tamron SP AF 60mm F2 Di II LD [IF] Macro 1:1', # (Model G005) (ref
|
|
310
|
+
57.1 => 'Tamron SP AF 60mm F2 Di II LD [IF] Macro 1:1', # (Model G005) (ref https://exiftool.org/forum/index.php/topic,3858.0.html)
|
|
311
311
|
57.2 => 'Tamron 18-270mm F3.5-6.3 Di II PZD', #27 (Model B008)
|
|
312
312
|
# (note: the Commlite CM-EF-NEX adapter also appears to give LensType 57, ref JR)
|
|
313
313
|
58 => 'Sony DT 30mm F2.8 Macro SAM (SAL30M28)', #22/JR
|
|
@@ -438,7 +438,7 @@ $VERSION = '2.83';
|
|
|
438
438
|
25611.5 => 'Tokina AT-X AF 300mm F4', #JD
|
|
439
439
|
25611.6 => 'Tokina AT-X AF 400mm F5.6 SD', #22
|
|
440
440
|
25611.7 => 'Tokina AF 730 II 75-300mm F4.5-5.6', #JD
|
|
441
|
-
25611.8 => 'Sigma 800mm F5.6 APO', #
|
|
441
|
+
25611.8 => 'Sigma 800mm F5.6 APO', #https://exiftool.org/forum/index.php/topic,3472.0.html
|
|
442
442
|
25611.9 => 'Sigma AF 400mm F5.6 APO Macro', #27
|
|
443
443
|
'25611.10' => 'Sigma 1000mm F8 APO', #JR
|
|
444
444
|
25621 => 'Minolta AF 50mm F1.4 [New]', # original and New, not Sony (ref 13/18)
|
|
@@ -451,7 +451,7 @@ $VERSION = '2.83';
|
|
|
451
451
|
25641.1 => 'Sigma 50mm F2.8 EX Macro', #11
|
|
452
452
|
25651 => 'Minolta AF 600mm F4 APO', # ("APO" added - ref JR)
|
|
453
453
|
25661 => 'Minolta AF 24mm F2.8 or Sigma Lens',
|
|
454
|
-
25661.1 => 'Sigma 17-35mm F2.8-4 EX Aspherical', #
|
|
454
|
+
25661.1 => 'Sigma 17-35mm F2.8-4 EX Aspherical', #https://exiftool.org/forum/index.php/topic,3789.msg17679.html#msg17679
|
|
455
455
|
25721 => 'Minolta/Sony AF 500mm F8 Reflex',
|
|
456
456
|
# 25721 => 'Sony 500mm F8 Reflex (SAL500F80)', (ref JR)
|
|
457
457
|
25781 => 'Minolta/Sony AF 16mm F2.8 Fisheye or Sigma Lens', # Sony added (ref 13/18)
|
|
@@ -461,12 +461,12 @@ $VERSION = '2.83';
|
|
|
461
461
|
25781.3 => 'Sigma 15mm F2.8 Fisheye', #JD (writes 16mm to EXIF)
|
|
462
462
|
25791 => 'Minolta/Sony AF 20mm F2.8 or Tokina Lens', # Sony added (ref 11)
|
|
463
463
|
# 25791 => 'Sony 20mm F2.8 (SAL20F28)', (ref JR)
|
|
464
|
-
25791.1 => 'Tokina AT-X Pro DX 11-16mm F2.8', #
|
|
464
|
+
25791.1 => 'Tokina AT-X Pro DX 11-16mm F2.8', #https://exiftool.org/forum/index.php/topic,3593.0.html
|
|
465
465
|
25811 => 'Minolta AF 100mm F2.8 Macro [New] or Sigma or Tamron Lens', # not Sony (ref 13/18)
|
|
466
466
|
25811.1 => 'Sigma AF 90mm F2.8 Macro', #JD
|
|
467
467
|
25811.2 => 'Sigma AF 105mm F2.8 EX [DG] Macro', #JD
|
|
468
468
|
25811.3 => 'Sigma 180mm F5.6 Macro',
|
|
469
|
-
25811.4 => 'Sigma 180mm F3.5 EX DG Macro', #
|
|
469
|
+
25811.4 => 'Sigma 180mm F3.5 EX DG Macro', #https://exiftool.org/forum/index.php/topic,3789.msg17679.html#msg17679
|
|
470
470
|
25811.5 => 'Tamron 90mm F2.8 Macro',
|
|
471
471
|
25851 => 'Beroflex 35-135mm F3.5-4.5', #16
|
|
472
472
|
25858 => 'Minolta AF 35-105mm F3.5-4.5 New or Tamron Lens',
|
|
@@ -2687,7 +2687,7 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
|
|
|
2687
2687
|
PrintConv => 'int($val + 0.5)',
|
|
2688
2688
|
PrintConvInv => '$val',
|
|
2689
2689
|
},
|
|
2690
|
-
0x49bb => { # (
|
|
2690
|
+
0x49bb => { # (https://exiftool.org/forum/index.php/topic,3688.0.html)
|
|
2691
2691
|
# if this value is the 35mm equivalent magnification, then the formula could
|
|
2692
2692
|
# be (1.5 * 2**($val/16-5)+1) * FocalLength, but this tends to underestimate
|
|
2693
2693
|
# distance by about 18% (ref 20) (255=inf)
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
# 27) Jens Kriese private communication
|
|
42
42
|
# 28) Warren Hatch private communication (D3v2.00 with SB-800 and SB-900)
|
|
43
43
|
# 29) Anonymous contribution 2011/05/25 (D700, D7000)
|
|
44
|
-
# 30)
|
|
44
|
+
# 30) https://exiftool.org/forum/index.php/topic,3833.30.html
|
|
45
45
|
# 31) Michael Relt private communication
|
|
46
|
-
# 32) Stefan
|
|
46
|
+
# 32) Stefan https://exiftool.org/forum/index.php/topic,4494.0.html
|
|
47
47
|
# 34) Stewart Bennett private communication (D4S, D810)
|
|
48
48
|
# 35) David Puschel private communication
|
|
49
49
|
# 36) Hayo Baann (forum10207)
|
|
@@ -61,7 +61,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
|
|
|
61
61
|
use Image::ExifTool::Exif;
|
|
62
62
|
use Image::ExifTool::GPS;
|
|
63
63
|
|
|
64
|
-
$VERSION = '3.
|
|
64
|
+
$VERSION = '3.75';
|
|
65
65
|
|
|
66
66
|
sub LensIDConv($$$);
|
|
67
67
|
sub ProcessNikonAVI($$$);
|
|
@@ -277,7 +277,7 @@ sub GetAFPointGrid($$;$);
|
|
|
277
277
|
'A5 40 3C 8E 2C 3C A7 0E' => 'AF-S Nikkor 28-300mm f/3.5-5.6G ED VR',
|
|
278
278
|
'A6 48 8E 8E 24 24 A8 0E' => 'AF-S Nikkor 300mm f/2.8G IF-ED VR II',
|
|
279
279
|
'A7 4B 62 62 2C 2C A9 0E' => 'AF-S DX Micro Nikkor 85mm f/3.5G ED VR',
|
|
280
|
-
'A8 48 80 98 30 30 AA 0E' => 'AF-S Zoom-Nikkor 200-400mm f/4G IF-ED VR II', #
|
|
280
|
+
'A8 48 80 98 30 30 AA 0E' => 'AF-S Zoom-Nikkor 200-400mm f/4G IF-ED VR II', #https://exiftool.org/forum/index.php/topic,3218.msg15495.html#msg15495
|
|
281
281
|
'A9 54 80 80 18 18 AB 0E' => 'AF-S Nikkor 200mm f/2G ED VR II',
|
|
282
282
|
'AA 3C 37 6E 30 30 AC 0E' => 'AF-S Nikkor 24-120mm f/4G ED VR',
|
|
283
283
|
'AC 38 53 8E 34 3C AE 0E' => 'AF-S DX Nikkor 55-300mm f/4.5-5.6G ED VR',
|
|
@@ -364,9 +364,9 @@ sub GetAFPointGrid($$;$);
|
|
|
364
364
|
'91 54 44 44 0C 0C 4B 06' => 'Sigma 35mm F1.4 DG HSM', #30
|
|
365
365
|
'DE 54 50 50 0C 0C 4B 06' => 'Sigma 50mm F1.4 EX DG HSM',
|
|
366
366
|
'88 54 50 50 0C 0C 4B 06' => 'Sigma 50mm F1.4 DG HSM | A',
|
|
367
|
-
'02 48 50 50 24 24 02 00' => 'Sigma Macro 50mm F2.8', #
|
|
367
|
+
'02 48 50 50 24 24 02 00' => 'Sigma Macro 50mm F2.8', #https://exiftool.org/forum/index.php/topic,4027.0.html
|
|
368
368
|
'32 54 50 50 24 24 35 02' => 'Sigma Macro 50mm F2.8 EX DG',
|
|
369
|
-
'E3 54 50 50 24 24 35 02' => 'Sigma Macro 50mm F2.8 EX DG', #
|
|
369
|
+
'E3 54 50 50 24 24 35 02' => 'Sigma Macro 50mm F2.8 EX DG', #https://exiftool.org/forum/index.php/topic,3215.0.html
|
|
370
370
|
'79 48 5C 5C 24 24 1C 06' => 'Sigma Macro 70mm F2.8 EX DG', #JD
|
|
371
371
|
'9B 54 62 62 0C 0C 4B 06' => 'Sigma 85mm F1.4 EX DG HSM',
|
|
372
372
|
'C8 54 62 62 0C 0C 4B 46' => 'Sigma 85mm F1.4 DG HSM | A', #JamiBradley
|
|
@@ -410,7 +410,7 @@ sub GetAFPointGrid($$;$);
|
|
|
410
410
|
'7A 48 2B 5C 24 34 4B 06' => 'Sigma 17-70mm F2.8-4.5 DC Macro Asp. IF HSM',
|
|
411
411
|
'7F 48 2B 5C 24 34 1C 06' => 'Sigma 17-70mm F2.8-4.5 DC Macro Asp. IF',
|
|
412
412
|
'8E 3C 2B 5C 24 30 4B 0E' => 'Sigma 17-70mm F2.8-4 DC Macro OS HSM | C',
|
|
413
|
-
'A0 48 2A 5C 24 30 4B 0E' => 'Sigma 17-70mm F2.8-4 DC Macro OS HSM', #
|
|
413
|
+
'A0 48 2A 5C 24 30 4B 0E' => 'Sigma 17-70mm F2.8-4 DC Macro OS HSM', #https://exiftool.org/forum/index.php/topic,5170.0.html
|
|
414
414
|
'8B 4C 2D 44 14 14 4B 06' => 'Sigma 18-35mm F1.8 DC HSM', #30/NJ
|
|
415
415
|
'26 40 2D 44 2B 34 1C 02' => 'Sigma 18-35mm F3.5-4.5 Aspherical',
|
|
416
416
|
'26 48 2D 50 24 24 1C 06' => 'Sigma 18-50mm F2.8 EX DC',
|
|
@@ -472,7 +472,7 @@ sub GetAFPointGrid($$;$);
|
|
|
472
472
|
'26 40 3C 80 2B 3C 1C 02' => 'Sigma 28-200mm F3.5-5.6 Compact Aspherical Hyperzoom Macro',
|
|
473
473
|
'26 3D 3C 80 2F 3D 1C 02' => 'Sigma 28-300mm F3.8-5.6 Aspherical',
|
|
474
474
|
'26 41 3C 8E 2C 40 1C 02' => 'Sigma 28-300mm F3.5-6.3 DG Macro',
|
|
475
|
-
'E6 41 3C 8E 2C 40 1C 02' => 'Sigma 28-300mm F3.5-6.3 DG Macro', #
|
|
475
|
+
'E6 41 3C 8E 2C 40 1C 02' => 'Sigma 28-300mm F3.5-6.3 DG Macro', #https://exiftool.org/forum/index.php/topic,3301.0.html
|
|
476
476
|
'26 40 3C 8E 2C 40 1C 02' => 'Sigma 28-300mm F3.5-6.3 Macro',
|
|
477
477
|
'02 3B 44 61 30 3D 02 00' => 'Sigma 35-80mm F4-5.6',
|
|
478
478
|
'02 40 44 73 2B 36 02 00' => 'Sigma 35-135mm F3.5-4.5 a',
|
|
@@ -503,7 +503,7 @@ sub GetAFPointGrid($$;$);
|
|
|
503
503
|
'F3 48 68 8E 30 30 4B 02' => 'Sigma APO 100-300mm F4 EX IF HSM',
|
|
504
504
|
'48 54 6F 8E 24 24 4B 02' => 'Sigma APO 120-300mm F2.8 EX DG HSM',
|
|
505
505
|
'7A 54 6E 8E 24 24 4B 02' => 'Sigma APO 120-300mm F2.8 EX DG HSM',
|
|
506
|
-
'FA 54 6E 8E 24 24 4B 02' => 'Sigma APO 120-300mm F2.8 EX DG HSM', #
|
|
506
|
+
'FA 54 6E 8E 24 24 4B 02' => 'Sigma APO 120-300mm F2.8 EX DG HSM', #https://exiftool.org/forum/index.php/topic,2787.0.html
|
|
507
507
|
'CF 38 6E 98 34 3C 4B 0E' => 'Sigma APO 120-400mm F4.5-5.6 DG OS HSM',
|
|
508
508
|
'C3 34 68 98 38 40 4B 4E' => 'Sigma 100-400mm F5-6.3 DG OS HSM | C', #JR (017)
|
|
509
509
|
'8D 48 6E 8E 24 24 4B 0E' => 'Sigma 120-300mm F2.8 DG OS HSM Sports',
|
|
@@ -543,7 +543,7 @@ sub GetAFPointGrid($$;$);
|
|
|
543
543
|
'CB 3C 2B 44 24 31 DF 46' => 'Tamron 17-35mm f/2.8-4 Di OSD (A037)', #IB
|
|
544
544
|
'00 53 2B 50 24 24 00 06' => 'Tamron SP AF 17-50mm f/2.8 XR Di II LD Aspherical (IF) (A16)', #PH
|
|
545
545
|
'00 54 2B 50 24 24 00 06' => 'Tamron SP AF 17-50mm f/2.8 XR Di II LD Aspherical (IF) (A16NII)',
|
|
546
|
-
'FB 54 2B 50 24 24 84 06' => 'Tamron SP AF 17-50mm f/2.8 XR Di II LD Aspherical (IF) (A16NII)', #
|
|
546
|
+
'FB 54 2B 50 24 24 84 06' => 'Tamron SP AF 17-50mm f/2.8 XR Di II LD Aspherical (IF) (A16NII)', #https://exiftool.org/forum/index.php/topic,3787.0.html
|
|
547
547
|
'F3 54 2B 50 24 24 84 0E' => 'Tamron SP AF 17-50mm f/2.8 XR Di II VC LD Aspherical (IF) (B005)',
|
|
548
548
|
'00 3F 2D 80 2B 40 00 06' => 'Tamron AF 18-200mm f/3.5-6.3 XR Di II LD Aspherical (IF) (A14)',
|
|
549
549
|
'00 3F 2D 80 2C 40 00 06' => 'Tamron AF 18-200mm f/3.5-6.3 XR Di II LD Aspherical (IF) Macro (A14)',
|
|
@@ -675,14 +675,15 @@ sub GetAFPointGrid($$;$);
|
|
|
675
675
|
'4A 40 11 11 2C 0C 4D 02' => 'Samyang 8mm f/3.5 Fish-Eye CS',
|
|
676
676
|
'4A 48 24 24 24 0C 4D 02.1' => 'Samyang 10mm f/2.8 ED AS NCS CS',
|
|
677
677
|
'4A 48 1E 1E 24 0C 4D 02' => 'Samyang 12mm f/2.8 ED AS NCS Fish-Eye', #Jurgen Sahlberg
|
|
678
|
-
'4A 48 24 24 24 0C 4D 02.2' => 'Samyang AE 14mm f/2.8 ED AS IF UMC', #
|
|
678
|
+
'4A 48 24 24 24 0C 4D 02.2' => 'Samyang AE 14mm f/2.8 ED AS IF UMC', #https://exiftool.org/forum/index.php/topic,3150.0.html
|
|
679
679
|
'4A 4C 24 24 1E 6C 4D 06' => 'Samyang 14mm f/2.4 Premium',
|
|
680
680
|
'4A 54 29 29 18 0C 4D 02' => 'Samyang 16mm f/2.0 ED AS UMC CS', #Jon Bloom (by email)
|
|
681
681
|
'4A 60 36 36 0C 0C 4D 02' => 'Samyang 24mm f/1.4 ED AS UMC',
|
|
682
682
|
'4A 60 44 44 0C 0C 4D 02' => 'Samyang 35mm f/1.4 AS UMC',
|
|
683
|
-
'4A 60 62 62 0C 0C 4D 02' => 'Samyang AE 85mm f/1.4 AS IF UMC', #
|
|
683
|
+
'4A 60 62 62 0C 0C 4D 02' => 'Samyang AE 85mm f/1.4 AS IF UMC', #https://exiftool.org/forum/index.php/topic,2888.0.html
|
|
684
684
|
#
|
|
685
685
|
'9A 4C 50 50 14 14 9C 06' => 'Yongnuo YN50mm F1.8N',
|
|
686
|
+
'9F 48 48 48 24 24 A1 06' => 'Yongnuo YN40mm F2.8N', #30
|
|
686
687
|
#
|
|
687
688
|
'02 40 44 5C 2C 34 02 00' => 'Exakta AF 35-70mm 1:3.5-4.5 MC',
|
|
688
689
|
#
|
|
@@ -729,7 +730,7 @@ my %flashFirmware = (
|
|
|
729
730
|
'4 4' => '4.04 (SB-400)',
|
|
730
731
|
'5 1' => '5.01 (SB-900)',
|
|
731
732
|
'5 2' => '5.02 (SB-900)',
|
|
732
|
-
'6 1' => '6.01 (SB-700)', #
|
|
733
|
+
'6 1' => '6.01 (SB-700)', #https://exiftool.org/forum/index.php/topic,5034.0.html
|
|
733
734
|
'7 1' => '7.01 (SB-910)', #PH
|
|
734
735
|
OTHER => sub {
|
|
735
736
|
my ($val, $inv) = @_;
|
|
@@ -2307,7 +2308,7 @@ my %binaryDataAttrs = (
|
|
|
2307
2308
|
Start => '$val',
|
|
2308
2309
|
},
|
|
2309
2310
|
},
|
|
2310
|
-
0x0e13 => [{ # PH/
|
|
2311
|
+
0x0e13 => [{ # PH/https://exiftool.org/forum/index.php/topic,2737.0.html
|
|
2311
2312
|
Name => 'NikonCaptureEditVersions',
|
|
2312
2313
|
Condition => '$self->Options("ExtractEmbedded")',
|
|
2313
2314
|
Notes => q{
|
|
@@ -3204,7 +3204,7 @@ my %indexInfo = (
|
|
|
3204
3204
|
Writable => 'int16s',
|
|
3205
3205
|
RawConv => '($val and $val ne "-32768") ? $val : undef', # ignore 0 and -32768
|
|
3206
3206
|
# ValueConv => '-2*(($val/135)**2)+55', #11
|
|
3207
|
-
ValueConv => '84 - 3 * $val / 26', #
|
|
3207
|
+
ValueConv => '84 - 3 * $val / 26', #https://exiftool.org/forum/index.php/topic,5423.0.html
|
|
3208
3208
|
ValueConvInv => 'int((84 - $val) * 26 / 3 + 0.5)',
|
|
3209
3209
|
PrintConv => 'sprintf("%.1f C",$val)',
|
|
3210
3210
|
PrintConvInv => '$val=~s/ ?C$//; $val',
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
# 14) Carl Bretteville private communication (M9)
|
|
21
21
|
# 15) Zdenek Mihula private communication (TZ8)
|
|
22
22
|
# 16) Olaf Ulrich private communication
|
|
23
|
-
# 17)
|
|
23
|
+
# 17) https://exiftool.org/forum/index.php/topic,4922.0.html
|
|
24
24
|
# 18) Thomas Modes private communication (G6)
|
|
25
|
-
# 19)
|
|
25
|
+
# 19) https://exiftool.org/forum/index.php/topic,5533.0.html
|
|
26
26
|
# 20) Bernd-Michael Kemper private communication (DMC-GX80/85)
|
|
27
27
|
# 21) Klaus Homeister forum post
|
|
28
28
|
# 22) Daniel Beichl private communication (G9)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# Revisions: 2009/03/24 - P. Harvey Created
|
|
7
7
|
# 2009/05/12 - PH Added RWL file type (same format as RW2)
|
|
8
8
|
#
|
|
9
|
-
# References: 1)
|
|
9
|
+
# References: 1) https://exiftool.org/forum/index.php/topic,1542.0.html
|
|
10
10
|
# 2) http://www.cybercom.net/~dcoffin/dcraw/
|
|
11
11
|
# 3) http://syscall.eu/#pana
|
|
12
12
|
# 4) Klaus Homeister private communication
|
|
@@ -502,12 +502,18 @@ my %panasonicWhiteBalance = ( #forum9396
|
|
|
502
502
|
},
|
|
503
503
|
# Note: LensTypeMake and LensTypeModel are combined into a Composite LensType tag
|
|
504
504
|
# defined in Olympus.pm which has the same values as Olympus:LensType
|
|
505
|
-
0x1201 => {
|
|
505
|
+
0x1201 => { #IB
|
|
506
506
|
Name => 'LensTypeMake',
|
|
507
507
|
Condition => '$format eq "int16u"',
|
|
508
508
|
Writable => 'int16u',
|
|
509
|
-
|
|
510
|
-
|
|
509
|
+
# when format is int16u, these values have been observed:
|
|
510
|
+
# 0 - Olympus or unknown lens
|
|
511
|
+
# 2 - Leica or Lumix lens
|
|
512
|
+
# when format is int32u (S models), these values have been observed (ref IB):
|
|
513
|
+
# 256 - Leica lens
|
|
514
|
+
# 257 - Lumix lens
|
|
515
|
+
},
|
|
516
|
+
0x1202 => { #IB
|
|
511
517
|
Name => 'LensTypeModel',
|
|
512
518
|
Condition => '$format eq "int16u"',
|
|
513
519
|
Writable => 'int16u',
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
# 22) Bozi (K10D, http://www.cpanforum.com/posts/8480)
|
|
38
38
|
# 23) Akos Szalkai (https://rt.cpan.org/Ticket/Display.html?id=43743)
|
|
39
39
|
# 24) Albert Bogner private communication
|
|
40
|
-
# 26)
|
|
41
|
-
# 27)
|
|
42
|
-
# 28) Klaus Homeister
|
|
40
|
+
# 26) https://exiftool.org/forum/index.php/topic,3444.0.html
|
|
41
|
+
# 27) https://exiftool.org/forum/index.php/topic,3833.0.html
|
|
42
|
+
# 28) Klaus Homeister https://exiftool.org/forum/index.php/topic,4803.0.html
|
|
43
43
|
# 29) Louis Granboulan private communication (K-5II)
|
|
44
|
-
# 30)
|
|
44
|
+
# 30) https://exiftool.org/forum/index.php?topic=5433
|
|
45
45
|
# 31) Andras Salamon private communication (K-70)
|
|
46
46
|
# IB) Iliah Borg private communication (LibRaw)
|
|
47
47
|
# JD) Jens Duttke private communication
|
|
@@ -1828,13 +1828,13 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
|
|
|
1828
1828
|
259 => 'DSLR-A200',
|
|
1829
1829
|
260 => 'DSLR-A350',
|
|
1830
1830
|
261 => 'DSLR-A300',
|
|
1831
|
-
262 => 'DSLR-A900 (APS-C mode)', #
|
|
1831
|
+
262 => 'DSLR-A900 (APS-C mode)', #https://exiftool.org/forum/index.php/topic,3994.0.html
|
|
1832
1832
|
263 => 'DSLR-A380/A390', #PH (A390)
|
|
1833
1833
|
264 => 'DSLR-A330',
|
|
1834
1834
|
265 => 'DSLR-A230',
|
|
1835
1835
|
266 => 'DSLR-A290', #PH
|
|
1836
1836
|
269 => 'DSLR-A850',
|
|
1837
|
-
270 => 'DSLR-A850 (APS-C mode)', #
|
|
1837
|
+
270 => 'DSLR-A850 (APS-C mode)', #https://exiftool.org/forum/index.php/topic,3994.0.html
|
|
1838
1838
|
273 => 'DSLR-A550',
|
|
1839
1839
|
274 => 'DSLR-A500', #PH
|
|
1840
1840
|
275 => 'DSLR-A450', #http://dev.exiv2.org/issues/show/0000611
|
|
@@ -1843,7 +1843,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
|
|
|
1843
1843
|
280 => 'SLT-A33', #PH
|
|
1844
1844
|
281 => 'SLT-A55 / SLT-A55V', #PH (A55 NC)
|
|
1845
1845
|
282 => 'DSLR-A560', #PH
|
|
1846
|
-
283 => 'DSLR-A580', #
|
|
1846
|
+
283 => 'DSLR-A580', #https://exiftool.org/forum/index.php/topic,2881.0.html
|
|
1847
1847
|
284 => 'NEX-C3', #PH
|
|
1848
1848
|
285 => 'SLT-A35', #JR
|
|
1849
1849
|
286 => 'SLT-A65 / SLT-A65V', #PH
|
|
@@ -9767,7 +9767,7 @@ my %isoSetting2010 = (
|
|
|
9767
9767
|
# For DSLR-A550 and newer, NEX/ILCE/SLT/ILCA (only A65V/A77V are missing ...):
|
|
9768
9768
|
# seen FocusPosition2 with values from 80 - 255 (and 21 for Touit 12mm...)
|
|
9769
9769
|
# Formula from minolta.pm (WBInfoA100 - 0x49bb) gives mostly correct/acceptable distance indications.
|
|
9770
|
-
# (
|
|
9770
|
+
# (https://exiftool.org/forum/index.php/topic,3688.0.html)
|
|
9771
9771
|
# if this value is the 35mm equivalent magnification, then the formula could
|
|
9772
9772
|
# be (1.5 * 2**($val/16-5)+1) * FocalLength, but this tends to underestimate
|
|
9773
9773
|
# distance by about 18% (ref 20) (255=inf)
|
|
@@ -1159,7 +1159,7 @@ to 0 via the API or with --struct on the command line to copy only flattened
|
|
|
1159
1159
|
tags, or enabled by setting Struct to 1 via the API or with -struct on the
|
|
1160
1160
|
command line to copy only as structures. When writing, the Struct option
|
|
1161
1161
|
has no effect, and both structured and flattened tags may be written. See
|
|
1162
|
-
L<
|
|
1162
|
+
L<https://exiftool.org/struct.html> for more details.
|
|
1163
1163
|
|
|
1164
1164
|
Individual languages for C<lang-alt> tags are accessed by suffixing the tag
|
|
1165
1165
|
name with a '-', followed by an RFC 3066 language code (eg. "XMP:Title-fr",
|
|
@@ -1190,7 +1190,7 @@ recommended if possible.
|
|
|
1190
1190
|
For structures, the heading of the first column is B<Field Name>. Field
|
|
1191
1191
|
names are very similar to tag names, except they are used to identify fields
|
|
1192
1192
|
inside structures instead of stand-alone tags. See
|
|
1193
|
-
L<
|
|
1193
|
+
L<https://exiftool.org/struct.html#Fields> for more
|
|
1194
1194
|
details.
|
|
1195
1195
|
|
|
1196
1196
|
ExifTool will extract XMP information even if it is not listed in these
|
|
@@ -8635,7 +8635,7 @@ Information found in FFF-format .CRS correction image files.
|
|
|
8635
8635
|
|
|
8636
8636
|
FLIR camera information. The Planck tags are variables used in the
|
|
8637
8637
|
temperature calculation. See
|
|
8638
|
-
L<
|
|
8638
|
+
L<https://exiftool.org/forum/index.php?topic=4898.msg23972#msg23972>
|
|
8639
8639
|
for details.
|
|
8640
8640
|
|
|
8641
8641
|
Index1 Tag Name Writable
|
|
@@ -18391,8 +18391,8 @@ These tags apply to CRW-format Canon RAW files and information in the APP0
|
|
|
18391
18391
|
length of the information is preserved (and the new information is truncated
|
|
18392
18392
|
or padded as required) unless B<Writable> is C<resize>. Currently, only
|
|
18393
18393
|
JpgFromRaw and ThumbnailImage are allowed to change size. See
|
|
18394
|
-
L<
|
|
18395
|
-
|
|
18394
|
+
L<https://exiftool.org/canon_raw.html> for a description of the Canon CRW
|
|
18395
|
+
format.
|
|
18396
18396
|
|
|
18397
18397
|
CRW images also support the addition of a CanonVRD trailer, which in turn
|
|
18398
18398
|
supports XMP. This trailer is created automatically if necessary when
|
|
@@ -21998,8 +21998,8 @@ written.
|
|
|
21998
21998
|
4) ExifTool writes compressed metadata to MIE files if the Compress (-z)
|
|
21999
21999
|
option is used and Compress::Zlib is available.
|
|
22000
22000
|
|
|
22001
|
-
See L<
|
|
22002
|
-
|
|
22001
|
+
See L<https://exiftool.org/MIE1.1-20070121.pdf> for the official MIE
|
|
22002
|
+
specification.
|
|
22003
22003
|
|
|
22004
22004
|
Tag ID Tag Name Writable
|
|
22005
22005
|
------ -------- --------
|
|
@@ -632,6 +632,6 @@ under the same terms as Perl itself.
|
|
|
632
632
|
|
|
633
633
|
L<Image::ExifTool::CanonRaw(3pm)|Image::ExifTool::CanonRaw>,
|
|
634
634
|
L<Image::ExifTool(3pm)|Image::ExifTool>,
|
|
635
|
-
L<
|
|
635
|
+
L<https://exiftool.org/canon_raw.html>
|
|
636
636
|
|
|
637
637
|
=cut
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Notes: Also contains some less used ExifTool functions
|
|
7
7
|
#
|
|
8
|
-
# URL:
|
|
8
|
+
# URL: https://exiftool.org/
|
|
9
9
|
#
|
|
10
10
|
# Revisions: 12/16/2004 - P. Harvey Created
|
|
11
11
|
#------------------------------------------------------------------------------
|
|
@@ -4715,6 +4715,11 @@ TryLib: for ($lib=$strptimeLib; ; $lib='') {
|
|
|
4715
4715
|
} elsif ($lib eq 'POSIX::strptime') {
|
|
4716
4716
|
@a = eval { POSIX::strptime($val, $fmt) };
|
|
4717
4717
|
} else {
|
|
4718
|
+
# protect against a negative epoch time, it can cause a hard crash in Windows
|
|
4719
|
+
if ($^O eq 'MSWin32' and $fmt =~ /%s/ and $val =~ /-\d/) {
|
|
4720
|
+
warn "Can't convert negative epoch time\n";
|
|
4721
|
+
return undef;
|
|
4722
|
+
}
|
|
4718
4723
|
@a = eval {
|
|
4719
4724
|
my $t = Time::Piece->strptime($val, $fmt);
|
|
4720
4725
|
return ($t->sec, $t->min, $t->hour, $t->mday, $t->_mon, $t->_year);
|
|
@@ -1424,7 +1424,7 @@ my %sSubVersion = (
|
|
|
1424
1424
|
);
|
|
1425
1425
|
|
|
1426
1426
|
# Microsoft ExpressionMedia namespace properties (expressionmedia)
|
|
1427
|
-
# (ref
|
|
1427
|
+
# (ref https://exiftool.org/forum/index.php/topic,4235.0.html)
|
|
1428
1428
|
%Image::ExifTool::XMP::ExpressionMedia = (
|
|
1429
1429
|
%xmpTableDefaults,
|
|
1430
1430
|
GROUPS => { 1 => 'XMP-expressionmedia', 2 => 'Image' },
|
|
@@ -1617,7 +1617,7 @@ my %sSubVersion = (
|
|
|
1617
1617
|
);
|
|
1618
1618
|
|
|
1619
1619
|
# Google panorama namespace properties
|
|
1620
|
-
# (ref
|
|
1620
|
+
# (ref https://exiftool.org/forum/index.php/topic,4569.0.html)
|
|
1621
1621
|
%Image::ExifTool::XMP::GPano = (
|
|
1622
1622
|
%xmpTableDefaults,
|
|
1623
1623
|
GROUPS => { 1 => 'XMP-GPano', 2 => 'Image' },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Summary: perl module for image data extraction
|
|
2
2
|
Name: perl-Image-ExifTool
|
|
3
|
-
Version: 11.
|
|
3
|
+
Version: 11.78
|
|
4
4
|
Release: 1
|
|
5
5
|
License: Artistic/GPL
|
|
6
6
|
Group: Development/Libraries/Perl
|
|
7
|
-
URL:
|
|
7
|
+
URL: https://exiftool.org/
|
|
8
8
|
Source0: Image-ExifTool-%{version}.tar.gz
|
|
9
9
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
10
10
|
|
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.78.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-12-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: exiftool
|