exiftool_vendored 12.38.0 → 12.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/Changes +83 -1
- data/bin/MANIFEST +2 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +45 -45
- data/bin/arg_files/exif2xmp.args +5 -0
- data/bin/arg_files/xmp2exif.args +6 -0
- data/bin/config_files/acdsee.config +6 -6
- data/bin/config_files/photoshop_paths.config +30 -7
- data/bin/config_files/picasa_faces.config +1 -1
- data/bin/config_files/pix4d.config +2 -2
- data/bin/config_files/tiff_version.config +2 -2
- data/bin/exiftool +98 -66
- data/bin/lib/File/RandomAccess.pm +1 -1
- data/bin/lib/File/RandomAccess.pod +2 -2
- data/bin/lib/Image/ExifTool/AES.pm +1 -1
- data/bin/lib/Image/ExifTool/AFCP.pm +1 -1
- data/bin/lib/Image/ExifTool/AIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/APE.pm +1 -1
- data/bin/lib/Image/ExifTool/APP12.pm +1 -1
- data/bin/lib/Image/ExifTool/ASF.pm +1 -1
- data/bin/lib/Image/ExifTool/Apple.pm +1 -1
- data/bin/lib/Image/ExifTool/Audible.pm +1 -1
- data/bin/lib/Image/ExifTool/BMP.pm +1 -1
- data/bin/lib/Image/ExifTool/BPG.pm +1 -1
- data/bin/lib/Image/ExifTool/BZZ.pm +1 -1
- data/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +6 -4
- data/bin/lib/Image/ExifTool/CBOR.pm +1 -1
- data/bin/lib/Image/ExifTool/Canon.pm +90 -7
- data/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
- data/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
- data/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
- data/bin/lib/Image/ExifTool/Casio.pm +1 -1
- data/bin/lib/Image/ExifTool/Charset.pm +1 -1
- data/bin/lib/Image/ExifTool/DICOM.pm +1 -1
- data/bin/lib/Image/ExifTool/DJI.pm +60 -2
- data/bin/lib/Image/ExifTool/DNG.pm +9 -3
- data/bin/lib/Image/ExifTool/DPX.pm +1 -1
- data/bin/lib/Image/ExifTool/DV.pm +1 -1
- data/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
- data/bin/lib/Image/ExifTool/DjVu.pm +1 -1
- data/bin/lib/Image/ExifTool/EXE.pm +1 -1
- data/bin/lib/Image/ExifTool/Exif.pm +62 -21
- data/bin/lib/Image/ExifTool/FITS.pm +1 -1
- data/bin/lib/Image/ExifTool/FLAC.pm +1 -1
- data/bin/lib/Image/ExifTool/FLIF.pm +1 -1
- data/bin/lib/Image/ExifTool/FLIR.pm +16 -4
- data/bin/lib/Image/ExifTool/Fixup.pm +1 -1
- data/bin/lib/Image/ExifTool/Flash.pm +1 -1
- data/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
- data/bin/lib/Image/ExifTool/Font.pm +1 -1
- data/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
- data/bin/lib/Image/ExifTool/FujiFilm.pm +1 -1
- data/bin/lib/Image/ExifTool/GE.pm +1 -1
- data/bin/lib/Image/ExifTool/GIF.pm +1 -1
- data/bin/lib/Image/ExifTool/GIMP.pm +1 -1
- data/bin/lib/Image/ExifTool/GPS.pm +1 -1
- data/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
- data/bin/lib/Image/ExifTool/Geotag.pm +4 -3
- data/bin/lib/Image/ExifTool/GoPro.pm +1 -1
- data/bin/lib/Image/ExifTool/H264.pm +1 -1
- data/bin/lib/Image/ExifTool/HP.pm +1 -1
- data/bin/lib/Image/ExifTool/HTML.pm +1 -1
- data/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
- data/bin/lib/Image/ExifTool/ICC_Profile.pm +11 -9
- data/bin/lib/Image/ExifTool/ID3.pm +6 -6
- data/bin/lib/Image/ExifTool/IPTC.pm +1 -1
- data/bin/lib/Image/ExifTool/ISO.pm +1 -1
- data/bin/lib/Image/ExifTool/ITC.pm +1 -1
- data/bin/lib/Image/ExifTool/Import.pm +1 -1
- data/bin/lib/Image/ExifTool/InDesign.pm +1 -1
- data/bin/lib/Image/ExifTool/JPEG.pm +6 -2
- data/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- data/bin/lib/Image/ExifTool/JSON.pm +1 -1
- data/bin/lib/Image/ExifTool/JVC.pm +1 -1
- data/bin/lib/Image/ExifTool/Jpeg2000.pm +1 -1
- data/bin/lib/Image/ExifTool/Kodak.pm +1 -1
- data/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/LIF.pm +1 -1
- data/bin/lib/Image/ExifTool/LNK.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/fr.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- data/bin/lib/Image/ExifTool/Leaf.pm +1 -1
- data/bin/lib/Image/ExifTool/Lytro.pm +1 -1
- data/bin/lib/Image/ExifTool/M2TS.pm +1 -1
- data/bin/lib/Image/ExifTool/MIE.pm +1 -1
- data/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
- data/bin/lib/Image/ExifTool/MIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/MNG.pm +1 -1
- data/bin/lib/Image/ExifTool/MOI.pm +1 -1
- data/bin/lib/Image/ExifTool/MPC.pm +1 -1
- data/bin/lib/Image/ExifTool/MPEG.pm +1 -1
- data/bin/lib/Image/ExifTool/MPF.pm +1 -1
- data/bin/lib/Image/ExifTool/MRC.pm +1 -1
- data/bin/lib/Image/ExifTool/MWG.pm +1 -1
- data/bin/lib/Image/ExifTool/MXF.pm +1 -1
- data/bin/lib/Image/ExifTool/MacOS.pm +10 -10
- data/bin/lib/Image/ExifTool/MakerNotes.pm +18 -2
- data/bin/lib/Image/ExifTool/Matroska.pm +9 -5
- data/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- data/bin/lib/Image/ExifTool/Minolta.pm +1 -1
- data/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/Motorola.pm +1 -1
- data/bin/lib/Image/ExifTool/Nikon.pm +929 -184
- data/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
- data/bin/lib/Image/ExifTool/NikonCustom.pm +522 -6
- data/bin/lib/Image/ExifTool/NikonSettings.pm +17 -18
- data/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
- data/bin/lib/Image/ExifTool/OOXML.pm +1 -1
- data/bin/lib/Image/ExifTool/Ogg.pm +1 -1
- data/bin/lib/Image/ExifTool/Olympus.pm +28 -8
- data/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
- data/bin/lib/Image/ExifTool/Opus.pm +1 -1
- data/bin/lib/Image/ExifTool/Other.pm +1 -1
- data/bin/lib/Image/ExifTool/PCX.pm +1 -1
- data/bin/lib/Image/ExifTool/PDF.pm +3 -2
- data/bin/lib/Image/ExifTool/PGF.pm +1 -1
- data/bin/lib/Image/ExifTool/PICT.pm +1 -1
- data/bin/lib/Image/ExifTool/PLIST.pm +1 -1
- data/bin/lib/Image/ExifTool/PLUS.pm +1 -1
- data/bin/lib/Image/ExifTool/PNG.pm +28 -8
- data/bin/lib/Image/ExifTool/PPM.pm +1 -1
- data/bin/lib/Image/ExifTool/PSP.pm +1 -1
- data/bin/lib/Image/ExifTool/Palm.pm +1 -1
- data/bin/lib/Image/ExifTool/Panasonic.pm +11 -2
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/Parrot.pm +1 -1
- data/bin/lib/Image/ExifTool/Pentax.pm +4 -3
- data/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
- data/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
- data/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- data/bin/lib/Image/ExifTool/Photoshop.pm +7 -6
- data/bin/lib/Image/ExifTool/PostScript.pm +1 -1
- data/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
- data/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
- data/bin/lib/Image/ExifTool/QuickTime.pm +10 -6
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +16 -5
- data/bin/lib/Image/ExifTool/RIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/RSRC.pm +1 -1
- data/bin/lib/Image/ExifTool/RTF.pm +1 -1
- data/bin/lib/Image/ExifTool/Radiance.pm +1 -1
- data/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
- data/bin/lib/Image/ExifTool/Real.pm +1 -1
- data/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
- data/bin/lib/Image/ExifTool/Red.pm +1 -1
- data/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
- data/bin/lib/Image/ExifTool/Samsung.pm +238 -3
- data/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
- data/bin/lib/Image/ExifTool/Scalado.pm +1 -1
- data/bin/lib/Image/ExifTool/Shift.pl +3 -1
- data/bin/lib/Image/ExifTool/Shortcuts.pm +4 -2
- data/bin/lib/Image/ExifTool/Sigma.pm +1 -1
- data/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/Sony.pm +11 -5
- data/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
- data/bin/lib/Image/ExifTool/Stim.pm +1 -1
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +2 -2
- data/bin/lib/Image/ExifTool/TagLookup.pm +6398 -6290
- data/bin/lib/Image/ExifTool/TagNames.pod +397 -47
- data/bin/lib/Image/ExifTool/Text.pm +1 -1
- data/bin/lib/Image/ExifTool/Theora.pm +1 -1
- data/bin/lib/Image/ExifTool/Torrent.pm +1 -1
- data/bin/lib/Image/ExifTool/Unknown.pm +1 -1
- data/bin/lib/Image/ExifTool/VCard.pm +1 -1
- data/bin/lib/Image/ExifTool/Validate.pm +1 -1
- data/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
- data/bin/lib/Image/ExifTool/WTV.pm +1 -1
- data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePNG.pl +30 -10
- data/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +9 -4
- data/bin/lib/Image/ExifTool/WriteXMP.pl +3 -1
- data/bin/lib/Image/ExifTool/Writer.pl +7 -6
- data/bin/lib/Image/ExifTool/XMP.pm +49 -23
- data/bin/lib/Image/ExifTool/XMP2.pl +3 -2
- data/bin/lib/Image/ExifTool/XMPStruct.pl +22 -8
- data/bin/lib/Image/ExifTool/ZIP.pm +10 -2
- data/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
- data/bin/lib/Image/ExifTool/iWork.pm +1 -1
- data/bin/lib/Image/ExifTool.pm +30 -14
- data/bin/lib/Image/ExifTool.pod +71 -69
- data/bin/perl-Image-ExifTool.spec +43 -43
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +2 -2
@@ -112,7 +112,7 @@ Print Image Matching meta information.
|
|
112
112
|
|
113
113
|
=head1 AUTHOR
|
114
114
|
|
115
|
-
Copyright 2003-
|
115
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
116
116
|
|
117
117
|
This library is free software; you can redistribute it and/or modify it
|
118
118
|
under the same terms as Perl itself.
|
@@ -1331,7 +1331,7 @@ information from the APP7 Qualcomm segment in JPEG images.
|
|
1331
1331
|
|
1332
1332
|
=head1 AUTHOR
|
1333
1333
|
|
1334
|
-
Copyright 2003-
|
1334
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
1335
1335
|
|
1336
1336
|
This library is free software; you can redistribute it and/or modify it
|
1337
1337
|
under the same terms as Perl itself.
|
@@ -47,7 +47,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
|
|
47
47
|
use Image::ExifTool::Exif;
|
48
48
|
use Image::ExifTool::GPS;
|
49
49
|
|
50
|
-
$VERSION = '2.
|
50
|
+
$VERSION = '2.74';
|
51
51
|
|
52
52
|
sub ProcessMOV($$;$);
|
53
53
|
sub ProcessKeys($$$);
|
@@ -2232,7 +2232,7 @@ my %eeBox2 = (
|
|
2232
2232
|
# 4 ? - "1e 00"
|
2233
2233
|
# 6 int16u - record length in bytes
|
2234
2234
|
# 8 ? - "23 01 00 00 00 00 00 00"
|
2235
|
-
# 16 - start of records (each record ends in an int64u timestamp in ns)
|
2235
|
+
# 16 - start of records (each record ends in an int64u timestamp "ts" in ns)
|
2236
2236
|
# RDTA - float[4],ts: "-0.31289672 -0.2245330 11.303817 0 775.780"
|
2237
2237
|
# RDTB - float[4],ts: "-0.04841613 -0.2166595 0.0724792 0 775.780"
|
2238
2238
|
# RDTC - float[4],ts: "27.60925 -27.10037 -13.27285 0 775.829"
|
@@ -8795,16 +8795,20 @@ sub ProcessSampleDesc($$$)
|
|
8795
8795
|
|
8796
8796
|
my $num = Get32u($dataPt, 4); # get number of sample entries in table
|
8797
8797
|
$pos += 8;
|
8798
|
-
my $i;
|
8798
|
+
my ($i, $err);
|
8799
8799
|
for ($i=0; $i<$num; ++$i) { # loop through sample entries
|
8800
|
-
|
8800
|
+
$pos + 8 > $dirLen and $err = 1, last;
|
8801
8801
|
my $size = Get32u($dataPt, $pos);
|
8802
|
-
|
8802
|
+
$pos + $size > $dirLen and $err = 1, last;
|
8803
8803
|
$$dirInfo{DirStart} = $pos;
|
8804
8804
|
$$dirInfo{DirLen} = $size;
|
8805
8805
|
ProcessHybrid($et, $dirInfo, $tagTablePtr);
|
8806
8806
|
$pos += $size;
|
8807
8807
|
}
|
8808
|
+
if ($err and $$et{HandlerType}) {
|
8809
|
+
my $grp = $$et{SET_GROUP1} || $$dirInfo{Parent} || 'unknown';
|
8810
|
+
$et->Warn("Truncated $$et{HandlerType} sample table for $grp");
|
8811
|
+
}
|
8808
8812
|
return 1;
|
8809
8813
|
}
|
8810
8814
|
|
@@ -9685,7 +9689,7 @@ information from QuickTime and MP4 video, M4A audio, and HEIC image files.
|
|
9685
9689
|
|
9686
9690
|
=head1 AUTHOR
|
9687
9691
|
|
9688
|
-
Copyright 2003-
|
9692
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
9689
9693
|
|
9690
9694
|
This library is free software; you can redistribute it and/or modify it
|
9691
9695
|
under the same terms as Perl itself.
|
@@ -1144,13 +1144,13 @@ sub ProcessSamples($)
|
|
1144
1144
|
}
|
1145
1145
|
@$size < @$start + $samplesPerChunk and $et->WarnOnce('Sample size error'), last;
|
1146
1146
|
my $sampleStart = $chunkStart;
|
1147
|
-
|
1147
|
+
Sample: for ($i=0; ; ) {
|
1148
1148
|
push @$start, $sampleStart;
|
1149
1149
|
if (defined $time) {
|
1150
1150
|
until ($timeCount) {
|
1151
1151
|
if (@$stts < 2) {
|
1152
1152
|
undef $time;
|
1153
|
-
last;
|
1153
|
+
last Sample;
|
1154
1154
|
}
|
1155
1155
|
$timeCount = shift @$stts;
|
1156
1156
|
$timeDelta = shift @$stts;
|
@@ -1527,7 +1527,7 @@ sub ProcessFreeGPS($$$)
|
|
1527
1527
|
$spd = $9 * $knotsToKph if length $9;
|
1528
1528
|
$trk = $10 if length $10;
|
1529
1529
|
|
1530
|
-
} elsif ($$dataPt =~ /^.{
|
1530
|
+
} elsif ($$dataPt =~ /^.{64}[\x01-\x0c]\0{3}[\x01-\x1f]\0{3}A[NS][EW]\0/s) {
|
1531
1531
|
|
1532
1532
|
# Akaso V1 dascham
|
1533
1533
|
# 0000: 00 00 80 00 66 72 65 65 47 50 53 20 78 00 00 00 [....freeGPS x...]
|
@@ -1539,6 +1539,17 @@ sub ProcessFreeGPS($$$)
|
|
1539
1539
|
# 0060: 4b dc c8 41 9a 79 a7 43 34 58 43 31 4f 37 31 35 [K..A.y.C4XC1O715]
|
1540
1540
|
# 0070: 35 31 32 36 36 35 37 35 59 4e 44 53 0d e7 cc f9 [51266575YNDS....]
|
1541
1541
|
# 0080: 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 [................]
|
1542
|
+
# Redtiger F7N dashcam
|
1543
|
+
# 0000: 00 00 40 00 66 72 65 65 47 50 53 20 f0 01 00 00 [..@.freeGPS ....]
|
1544
|
+
# 0010: 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
|
1545
|
+
# 0020: 01 00 00 00 b0 56 50 01 7b 18 68 45 17 02 3f 46 [.....VP.{.hE..?F]
|
1546
|
+
# 0030: 13 00 00 00 01 00 00 00 06 00 00 00 15 00 00 00 [................]
|
1547
|
+
# 0040: 0c 00 00 00 1c 00 00 00 41 4e 57 00 00 00 00 00 [........ANW.....]
|
1548
|
+
# 0050: 80 d4 26 4e 36 11 b5 40 74 b5 15 7b cd 7b f3 40 [..&N6..@t..{.{.@]
|
1549
|
+
# 0060: 0a d7 a3 3d cd 4c 4e 43 38 34 37 41 45 48 31 36 [...=.LNC847AEH16]
|
1550
|
+
# 0070: 33 36 30 38 32 34 35 37 59 53 4b 4a 01 00 00 00 [36082457YSKJ....]
|
1551
|
+
# 0080: ec ff ff ff 00 00 00 00 0e 00 00 00 01 00 00 00 [................]
|
1552
|
+
# 0090: 0a 00 00 00 e5 07 00 00 0c 00 00 00 1c 00 00 00 [................]
|
1542
1553
|
($hr,$min,$sec,$yr,$mon,$day,$stat,$latRef,$lonRef) =
|
1543
1554
|
unpack('x48V6a1a1a1x1', $$dataPt);
|
1544
1555
|
# ignore invalid fixes
|
@@ -2572,7 +2583,7 @@ sub ProcessInsta360($;$)
|
|
2572
2583
|
my $trailerLen = unpack('x38V', $buff);
|
2573
2584
|
$trailerLen > $fileEnd and $et->Warn('Bad Insta360 trailer size'), return 0;
|
2574
2585
|
if ($dirInfo) {
|
2575
|
-
$$dirInfo{DirLen} = $trailerLen
|
2586
|
+
$$dirInfo{DirLen} = $trailerLen;
|
2576
2587
|
$$dirInfo{DataPos} = $fileEnd - $trailerLen;
|
2577
2588
|
if ($$dirInfo{OutFile}) {
|
2578
2589
|
if ($$et{DEL_GROUP}{Insta360}) {
|
@@ -2855,7 +2866,7 @@ information like GPS tracks from MOV, MP4 and INSV media data.
|
|
2855
2866
|
|
2856
2867
|
=head1 AUTHOR
|
2857
2868
|
|
2858
|
-
Copyright 2003-
|
2869
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
2859
2870
|
|
2860
2871
|
This library is free software; you can redistribute it and/or modify it
|
2861
2872
|
under the same terms as Perl itself.
|
@@ -2029,7 +2029,7 @@ including AVI videos, WAV audio files and WEBP images.
|
|
2029
2029
|
|
2030
2030
|
=head1 AUTHOR
|
2031
2031
|
|
2032
|
-
Copyright 2003-
|
2032
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
2033
2033
|
|
2034
2034
|
This library is free software; you can redistribute it and/or modify it
|
2035
2035
|
under the same terms as Perl itself.
|
@@ -225,7 +225,7 @@ resource files.
|
|
225
225
|
|
226
226
|
=head1 AUTHOR
|
227
227
|
|
228
|
-
Copyright 2003-
|
228
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
229
229
|
|
230
230
|
This library is free software; you can redistribute it and/or modify it
|
231
231
|
under the same terms as Perl itself.
|
@@ -366,7 +366,7 @@ information from RTF (Rich Text Format) documents.
|
|
366
366
|
|
367
367
|
=head1 AUTHOR
|
368
368
|
|
369
|
-
Copyright 2003-
|
369
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
370
370
|
|
371
371
|
This library is free software; you can redistribute it and/or modify it
|
372
372
|
under the same terms as Perl itself.
|
@@ -125,7 +125,7 @@ images are a type of high dynamic-range image.
|
|
125
125
|
|
126
126
|
=head1 AUTHOR
|
127
127
|
|
128
|
-
Copyright 2003-
|
128
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
129
129
|
|
130
130
|
This library is free software; you can redistribute it and/or modify it
|
131
131
|
under the same terms as Perl itself.
|
@@ -168,7 +168,7 @@ information from Rawzor compressed images.
|
|
168
168
|
|
169
169
|
=head1 AUTHOR
|
170
170
|
|
171
|
-
Copyright 2003-
|
171
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
172
172
|
|
173
173
|
This library is free software; you can redistribute it and/or modify it
|
174
174
|
under the same terms as Perl itself.
|
@@ -715,7 +715,7 @@ little-endian, but the Real format is big-endian.
|
|
715
715
|
|
716
716
|
=head1 AUTHOR
|
717
717
|
|
718
|
-
Copyright 2003-
|
718
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
719
719
|
|
720
720
|
This library is free software; you can redistribute it and/or modify it
|
721
721
|
under the same terms as Perl itself.
|
@@ -431,7 +431,7 @@ maker notes in images from Reconyx cameras.
|
|
431
431
|
|
432
432
|
=head1 AUTHOR
|
433
433
|
|
434
|
-
Copyright 2003-
|
434
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
435
435
|
|
436
436
|
This library is free software; you can redistribute it and/or modify it
|
437
437
|
under the same terms as Perl itself.
|
@@ -303,7 +303,7 @@ from Redcode R3D version 1 and 2 video files.
|
|
303
303
|
|
304
304
|
=head1 AUTHOR
|
305
305
|
|
306
|
-
Copyright 2003-
|
306
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
307
307
|
|
308
308
|
This library is free software; you can redistribute it and/or modify it
|
309
309
|
under the same terms as Perl itself.
|
@@ -1143,7 +1143,7 @@ interpret Ricoh maker notes EXIF meta information.
|
|
1143
1143
|
|
1144
1144
|
=head1 AUTHOR
|
1145
1145
|
|
1146
|
-
Copyright 2003-
|
1146
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
1147
1147
|
|
1148
1148
|
This library is free software; you can redistribute it and/or modify it
|
1149
1149
|
under the same terms as Perl itself.
|
@@ -22,7 +22,7 @@ use vars qw($VERSION %samsungLensTypes);
|
|
22
22
|
use Image::ExifTool qw(:DataAccess :Utils);
|
23
23
|
use Image::ExifTool::Exif;
|
24
24
|
|
25
|
-
$VERSION = '1.
|
25
|
+
$VERSION = '1.52';
|
26
26
|
|
27
27
|
sub WriteSTMN($$$);
|
28
28
|
sub ProcessINFO($$$);
|
@@ -454,6 +454,8 @@ my %formatMinMax = (
|
|
454
454
|
0xa018 => { #1
|
455
455
|
Name => 'ExposureTime',
|
456
456
|
Writable => 'rational64u',
|
457
|
+
ValueConv => '$val=~s/ .*//; $val', # some models write 2 values here
|
458
|
+
ValueConvInv => '$val',
|
457
459
|
PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)',
|
458
460
|
PrintConvInv => '$val',
|
459
461
|
},
|
@@ -461,6 +463,8 @@ my %formatMinMax = (
|
|
461
463
|
Name => 'FNumber',
|
462
464
|
Priority => 0,
|
463
465
|
Writable => 'rational64u',
|
466
|
+
ValueConv => '$val=~s/ .*//; $val', # some models write 2 values here
|
467
|
+
ValueConvInv => '$val',
|
464
468
|
PrintConv => 'sprintf("%.1f",$val)',
|
465
469
|
PrintConvInv => '$val',
|
466
470
|
},
|
@@ -996,7 +1000,238 @@ my %formatMinMax = (
|
|
996
1000
|
'0x0a30' => { Name => 'EmbeddedVideoFile', Groups => { 2 => 'Video' }, Binary => 1 }, #forum7161
|
997
1001
|
# 0x0aa1-name - seen 'MCC_Data'
|
998
1002
|
# 0x0aa1 - seen '204','222','234','302','429'
|
999
|
-
'0x0aa1' =>
|
1003
|
+
'0x0aa1' => {
|
1004
|
+
Name => 'MCCData',
|
1005
|
+
Groups => { 2 => 'Location' },
|
1006
|
+
PrintConv => {
|
1007
|
+
202 => 'Greece',
|
1008
|
+
204 => 'Netherlands',
|
1009
|
+
206 => 'Belgium',
|
1010
|
+
208 => 'France',
|
1011
|
+
212 => 'Monaco',
|
1012
|
+
213 => 'Andorra',
|
1013
|
+
214 => 'Spain',
|
1014
|
+
216 => 'Hungary',
|
1015
|
+
218 => 'Bosnia & Herzegov.',
|
1016
|
+
219 => 'Croatia',
|
1017
|
+
220 => 'Serbia',
|
1018
|
+
221 => 'Kosovo',
|
1019
|
+
222 => 'Italy',
|
1020
|
+
226 => 'Romania',
|
1021
|
+
228 => 'Switzerland',
|
1022
|
+
230 => 'Czech Rep.',
|
1023
|
+
231 => 'Slovakia',
|
1024
|
+
232 => 'Austria',
|
1025
|
+
234 => 'United Kingdom',
|
1026
|
+
235 => 'United Kingdom',
|
1027
|
+
238 => 'Denmark',
|
1028
|
+
240 => 'Sweden',
|
1029
|
+
242 => 'Norway',
|
1030
|
+
244 => 'Finland',
|
1031
|
+
246 => 'Lithuania',
|
1032
|
+
247 => 'Latvia',
|
1033
|
+
248 => 'Estonia',
|
1034
|
+
250 => 'Russian Federation',
|
1035
|
+
255 => 'Ukraine',
|
1036
|
+
257 => 'Belarus',
|
1037
|
+
259 => 'Moldova',
|
1038
|
+
260 => 'Poland',
|
1039
|
+
262 => 'Germany',
|
1040
|
+
266 => 'Gibraltar',
|
1041
|
+
268 => 'Portugal',
|
1042
|
+
270 => 'Luxembourg',
|
1043
|
+
272 => 'Ireland',
|
1044
|
+
274 => 'Iceland',
|
1045
|
+
276 => 'Albania',
|
1046
|
+
278 => 'Malta',
|
1047
|
+
280 => 'Cyprus',
|
1048
|
+
282 => 'Georgia',
|
1049
|
+
283 => 'Armenia',
|
1050
|
+
284 => 'Bulgaria',
|
1051
|
+
286 => 'Turkey',
|
1052
|
+
288 => 'Faroe Islands',
|
1053
|
+
289 => 'Abkhazia',
|
1054
|
+
290 => 'Greenland',
|
1055
|
+
292 => 'San Marino',
|
1056
|
+
293 => 'Slovenia',
|
1057
|
+
294 => 'Macedonia',
|
1058
|
+
295 => 'Liechtenstein',
|
1059
|
+
297 => 'Montenegro',
|
1060
|
+
302 => 'Canada',
|
1061
|
+
308 => 'St. Pierre & Miquelon',
|
1062
|
+
310 => 'United States / Guam',
|
1063
|
+
311 => 'United States / Guam',
|
1064
|
+
312 => 'United States',
|
1065
|
+
316 => 'United States',
|
1066
|
+
330 => 'Puerto Rico',
|
1067
|
+
334 => 'Mexico',
|
1068
|
+
338 => 'Jamaica',
|
1069
|
+
340 => 'French Guiana / Guadeloupe / Martinique',
|
1070
|
+
342 => 'Barbados',
|
1071
|
+
344 => 'Antigua and Barbuda',
|
1072
|
+
346 => 'Cayman Islands',
|
1073
|
+
348 => 'British Virgin Islands',
|
1074
|
+
350 => 'Bermuda',
|
1075
|
+
352 => 'Grenada',
|
1076
|
+
354 => 'Montserrat',
|
1077
|
+
356 => 'Saint Kitts and Nevis',
|
1078
|
+
358 => 'Saint Lucia',
|
1079
|
+
360 => 'St. Vincent & Gren.',
|
1080
|
+
362 => 'Bonaire, Sint Eustatius and Saba / Curacao / Netherlands Antilles',
|
1081
|
+
363 => 'Aruba',
|
1082
|
+
364 => 'Bahamas',
|
1083
|
+
365 => 'Anguilla',
|
1084
|
+
366 => 'Dominica',
|
1085
|
+
368 => 'Cuba',
|
1086
|
+
370 => 'Dominican Republic',
|
1087
|
+
372 => 'Haiti',
|
1088
|
+
374 => 'Trinidad and Tobago',
|
1089
|
+
376 => 'Turks and Caicos Islands / US Virgin Islands',
|
1090
|
+
400 => 'Azerbaijan',
|
1091
|
+
401 => 'Kazakhstan',
|
1092
|
+
402 => 'Bhutan',
|
1093
|
+
404 => 'India',
|
1094
|
+
405 => 'India',
|
1095
|
+
410 => 'Pakistan',
|
1096
|
+
412 => 'Afghanistan',
|
1097
|
+
413 => 'Sri Lanka',
|
1098
|
+
414 => 'Myanmar (Burma)',
|
1099
|
+
415 => 'Lebanon',
|
1100
|
+
416 => 'Jordan',
|
1101
|
+
417 => 'Syrian Arab Republic',
|
1102
|
+
418 => 'Iraq',
|
1103
|
+
419 => 'Kuwait',
|
1104
|
+
420 => 'Saudi Arabia',
|
1105
|
+
421 => 'Yemen',
|
1106
|
+
422 => 'Oman',
|
1107
|
+
424 => 'United Arab Emirates',
|
1108
|
+
425 => 'Israel / Palestinian Territory',
|
1109
|
+
426 => 'Bahrain',
|
1110
|
+
427 => 'Qatar',
|
1111
|
+
428 => 'Mongolia',
|
1112
|
+
429 => 'Nepal',
|
1113
|
+
430 => 'United Arab Emirates',
|
1114
|
+
431 => 'United Arab Emirates',
|
1115
|
+
432 => 'Iran',
|
1116
|
+
434 => 'Uzbekistan',
|
1117
|
+
436 => 'Tajikistan',
|
1118
|
+
437 => 'Kyrgyzstan',
|
1119
|
+
438 => 'Turkmenistan',
|
1120
|
+
440 => 'Japan',
|
1121
|
+
441 => 'Japan',
|
1122
|
+
450 => 'South Korea',
|
1123
|
+
452 => 'Viet Nam',
|
1124
|
+
454 => 'Hongkong, China',
|
1125
|
+
455 => 'Macao, China',
|
1126
|
+
456 => 'Cambodia',
|
1127
|
+
457 => 'Laos P.D.R.',
|
1128
|
+
460 => 'China',
|
1129
|
+
466 => 'Taiwan',
|
1130
|
+
467 => 'North Korea',
|
1131
|
+
470 => 'Bangladesh',
|
1132
|
+
472 => 'Maldives',
|
1133
|
+
502 => 'Malaysia',
|
1134
|
+
505 => 'Australia',
|
1135
|
+
510 => 'Indonesia',
|
1136
|
+
514 => 'Timor-Leste',
|
1137
|
+
515 => 'Philippines',
|
1138
|
+
520 => 'Thailand',
|
1139
|
+
525 => 'Singapore',
|
1140
|
+
528 => 'Brunei Darussalam',
|
1141
|
+
530 => 'New Zealand',
|
1142
|
+
537 => 'Papua New Guinea',
|
1143
|
+
539 => 'Tonga',
|
1144
|
+
540 => 'Solomon Islands',
|
1145
|
+
541 => 'Vanuatu',
|
1146
|
+
542 => 'Fiji',
|
1147
|
+
544 => 'American Samoa',
|
1148
|
+
545 => 'Kiribati',
|
1149
|
+
546 => 'New Caledonia',
|
1150
|
+
547 => 'French Polynesia',
|
1151
|
+
548 => 'Cook Islands',
|
1152
|
+
549 => 'Samoa',
|
1153
|
+
550 => 'Micronesia',
|
1154
|
+
552 => 'Palau',
|
1155
|
+
553 => 'Tuvalu',
|
1156
|
+
555 => 'Niue',
|
1157
|
+
602 => 'Egypt',
|
1158
|
+
603 => 'Algeria',
|
1159
|
+
604 => 'Morocco',
|
1160
|
+
605 => 'Tunisia',
|
1161
|
+
606 => 'Libya',
|
1162
|
+
607 => 'Gambia',
|
1163
|
+
608 => 'Senegal',
|
1164
|
+
609 => 'Mauritania',
|
1165
|
+
610 => 'Mali',
|
1166
|
+
611 => 'Guinea',
|
1167
|
+
612 => 'Ivory Coast',
|
1168
|
+
613 => 'Burkina Faso',
|
1169
|
+
614 => 'Niger',
|
1170
|
+
615 => 'Togo',
|
1171
|
+
616 => 'Benin',
|
1172
|
+
617 => 'Mauritius',
|
1173
|
+
618 => 'Liberia',
|
1174
|
+
619 => 'Sierra Leone',
|
1175
|
+
620 => 'Ghana',
|
1176
|
+
621 => 'Nigeria',
|
1177
|
+
622 => 'Chad',
|
1178
|
+
623 => 'Central African Rep.',
|
1179
|
+
624 => 'Cameroon',
|
1180
|
+
625 => 'Cape Verde',
|
1181
|
+
626 => 'Sao Tome & Principe',
|
1182
|
+
627 => 'Equatorial Guinea',
|
1183
|
+
628 => 'Gabon',
|
1184
|
+
629 => 'Congo, Republic',
|
1185
|
+
630 => 'Congo, Dem. Rep.',
|
1186
|
+
631 => 'Angola',
|
1187
|
+
632 => 'Guinea-Bissau',
|
1188
|
+
633 => 'Seychelles',
|
1189
|
+
634 => 'Sudan',
|
1190
|
+
635 => 'Rwanda',
|
1191
|
+
636 => 'Ethiopia',
|
1192
|
+
637 => 'Somalia',
|
1193
|
+
638 => 'Djibouti',
|
1194
|
+
639 => 'Kenya',
|
1195
|
+
640 => 'Tanzania',
|
1196
|
+
641 => 'Uganda',
|
1197
|
+
642 => 'Burundi',
|
1198
|
+
643 => 'Mozambique',
|
1199
|
+
645 => 'Zambia',
|
1200
|
+
646 => 'Madagascar',
|
1201
|
+
647 => 'Reunion',
|
1202
|
+
648 => 'Zimbabwe',
|
1203
|
+
649 => 'Namibia',
|
1204
|
+
650 => 'Malawi',
|
1205
|
+
651 => 'Lesotho',
|
1206
|
+
652 => 'Botswana',
|
1207
|
+
653 => 'Swaziland',
|
1208
|
+
654 => 'Comoros',
|
1209
|
+
655 => 'South Africa',
|
1210
|
+
657 => 'Eritrea',
|
1211
|
+
659 => 'South Sudan',
|
1212
|
+
702 => 'Belize',
|
1213
|
+
704 => 'Guatemala',
|
1214
|
+
706 => 'El Salvador',
|
1215
|
+
708 => 'Honduras',
|
1216
|
+
710 => 'Nicaragua',
|
1217
|
+
712 => 'Costa Rica',
|
1218
|
+
714 => 'Panama',
|
1219
|
+
716 => 'Peru',
|
1220
|
+
722 => 'Argentina Republic',
|
1221
|
+
724 => 'Brazil',
|
1222
|
+
730 => 'Chile',
|
1223
|
+
732 => 'Colombia',
|
1224
|
+
734 => 'Venezuela',
|
1225
|
+
736 => 'Bolivia',
|
1226
|
+
738 => 'Guyana',
|
1227
|
+
740 => 'Ecuador',
|
1228
|
+
744 => 'Paraguay',
|
1229
|
+
746 => 'Suriname',
|
1230
|
+
748 => 'Uruguay',
|
1231
|
+
750 => 'Falkland Islands (Malvinas)',
|
1232
|
+
901 => 'International Networks / Satellite Networks',
|
1233
|
+
},
|
1234
|
+
},
|
1000
1235
|
# 0x0ab0-name - seen 'DualShot_Meta_Info'
|
1001
1236
|
'0x0ab1-name' => {
|
1002
1237
|
Name => 'DepthMapName',
|
@@ -1485,7 +1720,7 @@ Samsung maker notes in EXIF information.
|
|
1485
1720
|
|
1486
1721
|
=head1 AUTHOR
|
1487
1722
|
|
1488
|
-
Copyright 2003-
|
1723
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
1489
1724
|
|
1490
1725
|
This library is free software; you can redistribute it and/or modify it
|
1491
1726
|
under the same terms as Perl itself.
|
@@ -419,7 +419,7 @@ Sanyo maker notes in EXIF information.
|
|
419
419
|
|
420
420
|
=head1 AUTHOR
|
421
421
|
|
422
|
-
Copyright 2003-
|
422
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
423
423
|
|
424
424
|
This library is free software; you can redistribute it and/or modify it
|
425
425
|
under the same terms as Perl itself.
|
@@ -128,7 +128,7 @@ metadata from the JPEG APP4 SCALADO segment.
|
|
128
128
|
|
129
129
|
=head1 AUTHOR
|
130
130
|
|
131
|
-
Copyright 2003-
|
131
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
132
132
|
|
133
133
|
This library is free software; you can redistribute it and/or modify it
|
134
134
|
under the same terms as Perl itself.
|
@@ -304,6 +304,8 @@ sub ShiftTime($;$$$)
|
|
304
304
|
$mode = defined $time[3] ? 'DateTime' : 'Date';
|
305
305
|
} elsif (defined $time[3]) {
|
306
306
|
$mode = 'Time';
|
307
|
+
} else {
|
308
|
+
$mode = '';
|
307
309
|
}
|
308
310
|
# get number of digits after the seconds decimal point
|
309
311
|
if (defined $time[5] and $time[5] =~ /\.(\d+)/) {
|
@@ -630,7 +632,7 @@ limited to the range 1970 to 2038 on 32-bit systems.
|
|
630
632
|
|
631
633
|
=head1 AUTHOR
|
632
634
|
|
633
|
-
Copyright 2003-
|
635
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
634
636
|
|
635
637
|
This library is free software; you can redistribute it and/or modify it
|
636
638
|
under the same terms as Perl itself.
|
@@ -19,7 +19,7 @@ package Image::ExifTool::Shortcuts;
|
|
19
19
|
use strict;
|
20
20
|
use vars qw($VERSION);
|
21
21
|
|
22
|
-
$VERSION = '1.
|
22
|
+
$VERSION = '1.67';
|
23
23
|
|
24
24
|
# this is a special table used to define command-line shortcuts
|
25
25
|
# (documentation Notes may be added for these via %shortcutNotes in BuildTagLookup.pm)
|
@@ -118,6 +118,7 @@ $VERSION = '1.65';
|
|
118
118
|
'MakerNoteCasio',
|
119
119
|
'MakerNoteCasio2',
|
120
120
|
'MakerNoteDJI',
|
121
|
+
'MakerNoteDJIInfo',
|
121
122
|
'MakerNoteFLIR',
|
122
123
|
'MakerNoteFujiFilm',
|
123
124
|
'MakerNoteGE',
|
@@ -158,6 +159,7 @@ $VERSION = '1.65';
|
|
158
159
|
'MakerNoteNintendo',
|
159
160
|
'MakerNoteOlympus',
|
160
161
|
'MakerNoteOlympus2',
|
162
|
+
'MakerNoteOlympus3',
|
161
163
|
'MakerNoteLeica',
|
162
164
|
'MakerNoteLeica2',
|
163
165
|
'MakerNoteLeica3',
|
@@ -341,7 +343,7 @@ name prefix.
|
|
341
343
|
|
342
344
|
=head1 AUTHOR
|
343
345
|
|
344
|
-
Copyright 2003-
|
346
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
345
347
|
|
346
348
|
This library is free software; you can redistribute it and/or modify it
|
347
349
|
under the same terms as Perl itself.
|
@@ -837,7 +837,7 @@ Sigma and Foveon maker notes in EXIF information.
|
|
837
837
|
|
838
838
|
=head1 AUTHOR
|
839
839
|
|
840
|
-
Copyright 2003-
|
840
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
841
841
|
|
842
842
|
This library is free software; you can redistribute it and/or modify it
|
843
843
|
under the same terms as Perl itself.
|
@@ -650,7 +650,7 @@ Sigma and Foveon X3F images.
|
|
650
650
|
|
651
651
|
=head1 AUTHOR
|
652
652
|
|
653
|
-
Copyright 2003-
|
653
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
654
654
|
|
655
655
|
This library is free software; you can redistribute it and/or modify it
|
656
656
|
under the same terms as Perl itself.
|
@@ -34,7 +34,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
|
|
34
34
|
use Image::ExifTool::Exif;
|
35
35
|
use Image::ExifTool::Minolta;
|
36
36
|
|
37
|
-
$VERSION = '3.
|
37
|
+
$VERSION = '3.50';
|
38
38
|
|
39
39
|
sub ProcessSRF($$$);
|
40
40
|
sub ProcessSR2($$$);
|
@@ -244,7 +244,8 @@ sub PrintInvLensSpec($;$$);
|
|
244
244
|
50529 => 'Sigma 90mm F2.8 DG DN | C', #JR (021)
|
245
245
|
50530 => 'Sigma 24mm F2 DG DN | C', #JR (021)
|
246
246
|
50531 => 'Sigma 18-50mm F2.8 DC DN | C', #IB/JR (021)
|
247
|
-
|
247
|
+
50532 => 'Sigma 20mm F2 DG DN | C', #JR (022)
|
248
|
+
|
248
249
|
50992 => 'Voigtlander SUPER WIDE-HELIAR 15mm F4.5 III', #JR
|
249
250
|
50993 => 'Voigtlander HELIAR-HYPER WIDE 10mm F5.6', #IB
|
250
251
|
50994 => 'Voigtlander ULTRA WIDE-HELIAR 12mm F5.6 III', #IB
|
@@ -273,7 +274,12 @@ sub PrintInvLensSpec($;$$);
|
|
273
274
|
51510 => 'Samyang AF 18mm F2.8 or Samyang AF 35mm F1.8', #JR
|
274
275
|
51510.1 => 'Samyang AF 35mm F1.8', #JR
|
275
276
|
51512 => 'Samyang AF 75mm F1.8', #IB/JR
|
277
|
+
51513 => 'Samyang AF 35mm F1.8', #JR
|
276
278
|
51514 => 'Samyang AF 24mm F1.8', #IB
|
279
|
+
51515 => 'Samyang AF 12mm F2.0', #JR
|
280
|
+
51516 => 'Samyang AF 24-70mm F2.8', #JR
|
281
|
+
51517 => 'Samyang AF 50mm F1.4 II', #JR
|
282
|
+
51518 => 'Samyang AF 135mm F1.8', #JR
|
277
283
|
);
|
278
284
|
|
279
285
|
# ExposureProgram values (ref PH, mainly decoded from A200)
|
@@ -1786,7 +1792,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
|
|
1786
1792
|
# 15 0 35 2 2 ILCA-68/77M2, ILCE-5000/5100/6000/7/7R/7S/7M2/QX1, DSC-HX60V/HX350/HX400V/QX30/RX10/RX100M3/WX220/WX350
|
1787
1793
|
# 16 0 85 2 2 DSC-HX80/HX90V/WX500
|
1788
1794
|
# 17 0 232 1 2 DSC-RX0/RX0M2/RX1RM2/RX10M2/RX10M3/RX10M4/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/HX99, ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2, ILCA-99M2, ZV-1
|
1789
|
-
# 18 0 20 0 164 ILCE-7SM3
|
1795
|
+
# 18 0 20 0 164 ILCE-7SM3
|
1790
1796
|
# other values for Panorama images and several other models
|
1791
1797
|
0x9404 => [{
|
1792
1798
|
Name => 'Tag9404a',
|
@@ -8382,7 +8388,7 @@ my %isoSetting2010 = (
|
|
8382
8388
|
DATAMEMBER => [ 0x04 ],
|
8383
8389
|
0x04 => {
|
8384
8390
|
# seen values 0,2,3,18,19,32,49,50,83,130,132,148,213,229,255
|
8385
|
-
# CameraTemperature is valid for all values above except ==0 and >=130
|
8391
|
+
# CameraTemperature is valid for all values above except ==0 and >=130
|
8386
8392
|
Name => 'TempTest2',
|
8387
8393
|
DataMember => 'TempTest2',
|
8388
8394
|
Hidden => 1,
|
@@ -11283,7 +11289,7 @@ Minolta.
|
|
11283
11289
|
|
11284
11290
|
=head1 AUTHOR
|
11285
11291
|
|
11286
|
-
Copyright 2003-
|
11292
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
11287
11293
|
|
11288
11294
|
This library is free software; you can redistribute it and/or modify it
|
11289
11295
|
under the same terms as Perl itself.
|
@@ -379,7 +379,7 @@ write Sony Image Data Converter version 3.0 metadata in ARW images.
|
|
379
379
|
|
380
380
|
=head1 AUTHOR
|
381
381
|
|
382
|
-
Copyright 2003-
|
382
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
383
383
|
|
384
384
|
This library is free software; you can redistribute it and/or modify it
|
385
385
|
under the same terms as Perl itself.
|