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
@@ -17,7 +17,7 @@ use strict;
|
|
17
17
|
use vars qw($VERSION);
|
18
18
|
use Image::ExifTool qw(:DataAccess :Utils);
|
19
19
|
|
20
|
-
$VERSION = '1.
|
20
|
+
$VERSION = '1.07';
|
21
21
|
|
22
22
|
sub ProcessNikonSettings($$$);
|
23
23
|
|
@@ -948,7 +948,7 @@ my %infoZSeries = (
|
|
948
948
|
Name => 'MovieShutterButton',
|
949
949
|
PrintConv => {
|
950
950
|
1 => 'Take Photo',
|
951
|
-
2 => 'Record
|
951
|
+
2 => 'Record Movie',
|
952
952
|
},
|
953
953
|
},
|
954
954
|
0x063 => { # Settings menu # (D6,Z7_2)
|
@@ -1425,7 +1425,7 @@ my %infoZSeries = (
|
|
1425
1425
|
7 => 'Zoom (Low)',
|
1426
1426
|
8 => 'Zoom (1:1)',
|
1427
1427
|
9 => 'Zoom (High)',
|
1428
|
-
10 => 'Record
|
1428
|
+
10 => 'Record Movie',
|
1429
1429
|
11 => 'None',
|
1430
1430
|
},
|
1431
1431
|
%infoD6,
|
@@ -1442,7 +1442,7 @@ my %infoZSeries = (
|
|
1442
1442
|
8 => 'Zoom (Low)',
|
1443
1443
|
9 => 'Zoom (1:1)',
|
1444
1444
|
10 => 'Zoom (High)',
|
1445
|
-
11 => 'Record
|
1445
|
+
11 => 'Record Movie',
|
1446
1446
|
12 => 'Image Area',
|
1447
1447
|
13 => 'None',
|
1448
1448
|
},
|
@@ -1479,14 +1479,13 @@ my %infoZSeries = (
|
|
1479
1479
|
4 => 'Off',
|
1480
1480
|
},
|
1481
1481
|
},
|
1482
|
-
|
1482
|
+
0x0ea => { # CSf2-i #option for 'Focus (M/A)' is documented, but not available from camera menu
|
1483
1483
|
Name => 'LensControlRing',
|
1484
1484
|
PrintConv => {
|
1485
|
-
1 => '
|
1486
|
-
2 => '
|
1487
|
-
3 => '
|
1488
|
-
4 => '
|
1489
|
-
5 => 'None (Disabled)',
|
1485
|
+
1 => 'Aperture',
|
1486
|
+
2 => 'Exposure Compensation',
|
1487
|
+
3 => 'ISO Sensitivity',
|
1488
|
+
4 => 'None (Disabled)',
|
1490
1489
|
},
|
1491
1490
|
},
|
1492
1491
|
# 0x0eb MovieLensControlRing ? # (Z7_2)
|
@@ -1498,7 +1497,7 @@ my %infoZSeries = (
|
|
1498
1497
|
2 => 'Zoom (Low)',
|
1499
1498
|
3 => 'Zoom (1:1)',
|
1500
1499
|
4 => 'Zoom (High)',
|
1501
|
-
5 => 'Record
|
1500
|
+
5 => 'Record Movie',
|
1502
1501
|
6 => 'None',
|
1503
1502
|
},
|
1504
1503
|
%infoD6,
|
@@ -1509,7 +1508,7 @@ my %infoZSeries = (
|
|
1509
1508
|
2 => 'Zoom (Low)',
|
1510
1509
|
3 => 'Zoom (1:1)',
|
1511
1510
|
4 => 'Zoom (High)',
|
1512
|
-
5 => 'Record
|
1511
|
+
5 => 'Record Movie',
|
1513
1512
|
6 => 'None',
|
1514
1513
|
},
|
1515
1514
|
}],
|
@@ -1561,7 +1560,7 @@ my %infoZSeries = (
|
|
1561
1560
|
8 => 'Zoom (Low)',
|
1562
1561
|
9 => 'Zoom (1:1)',
|
1563
1562
|
10 => 'Zoom (High)',
|
1564
|
-
11 => 'Record
|
1563
|
+
11 => 'Record Movie',
|
1565
1564
|
12 => 'None',
|
1566
1565
|
},
|
1567
1566
|
},
|
@@ -1587,7 +1586,7 @@ my %infoZSeries = (
|
|
1587
1586
|
3 => 'Off',
|
1588
1587
|
},
|
1589
1588
|
},
|
1590
|
-
0x104 => { # valid for 10 bit with either N-Log or HDR/HLG selected (Z7_2)
|
1589
|
+
0x104 => { # valid for 10 bit with either N-Log or HDR/HLG selected CSg5 (Z7_2)
|
1591
1590
|
Name => 'HDMIViewAssist',
|
1592
1591
|
Condition => '$$self{HDMIBitDepth} == 2',
|
1593
1592
|
PrintConv => \%onOff
|
@@ -1856,7 +1855,7 @@ my %infoZSeries = (
|
|
1856
1855
|
0x13d => { # CSg2-d (D6)
|
1857
1856
|
Name => 'MovieFunc3Button',
|
1858
1857
|
PrintConv => {
|
1859
|
-
1 => 'Record
|
1858
|
+
1 => 'Record Movie',
|
1860
1859
|
2 => 'My Menu',
|
1861
1860
|
3 => 'My Menu Top Item',
|
1862
1861
|
4 => 'None',
|
@@ -1925,7 +1924,7 @@ my %infoZSeries = (
|
|
1925
1924
|
Name => 'VerticalMovieFuncButton',
|
1926
1925
|
PrintConv => {
|
1927
1926
|
1 => 'LiveView Info Display On/Off',
|
1928
|
-
2 => 'Record
|
1927
|
+
2 => 'Record Movie',
|
1929
1928
|
3 => 'Exposure Compensation',
|
1930
1929
|
4 => 'ISO',
|
1931
1930
|
5 => 'None',
|
@@ -1945,7 +1944,7 @@ my %infoZSeries = (
|
|
1945
1944
|
9 => 'Zoom (Low)',
|
1946
1945
|
10 => 'Zoom (1:1)',
|
1947
1946
|
11 => 'Zoom (High)',
|
1948
|
-
12 => 'Record
|
1947
|
+
12 => 'Record Movie',
|
1949
1948
|
13 => 'None',
|
1950
1949
|
},
|
1951
1950
|
},
|
@@ -2076,7 +2075,7 @@ Nikon cameras such as the D6 and Z7mk2.
|
|
2076
2075
|
|
2077
2076
|
=head1 AUTHOR
|
2078
2077
|
|
2079
|
-
Copyright 2003-
|
2078
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
2080
2079
|
|
2081
2080
|
This library is free software; you can redistribute it and/or modify it
|
2082
2081
|
under the same terms as Perl itself.
|
@@ -107,7 +107,7 @@ interpret Nintendo maker notes EXIF meta information.
|
|
107
107
|
|
108
108
|
=head1 AUTHOR
|
109
109
|
|
110
|
-
Copyright 2003-
|
110
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
111
111
|
|
112
112
|
This library is free software; you can redistribute it and/or modify it
|
113
113
|
under the same terms as Perl itself.
|
@@ -395,7 +395,7 @@ archives of XML files.
|
|
395
395
|
|
396
396
|
=head1 AUTHOR
|
397
397
|
|
398
|
-
Copyright 2003-
|
398
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
399
399
|
|
400
400
|
This library is free software; you can redistribute it and/or modify it
|
401
401
|
under the same terms as Perl itself.
|
@@ -214,7 +214,7 @@ information from Ogg bitstream container files.
|
|
214
214
|
|
215
215
|
=head1 AUTHOR
|
216
216
|
|
217
|
-
Copyright 2003-
|
217
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
218
218
|
|
219
219
|
This library is free software; you can redistribute it and/or modify it
|
220
220
|
under the same terms as Perl itself.
|
@@ -40,7 +40,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
|
|
40
40
|
use Image::ExifTool::Exif;
|
41
41
|
use Image::ExifTool::APP12;
|
42
42
|
|
43
|
-
$VERSION = '2.
|
43
|
+
$VERSION = '2.78';
|
44
44
|
|
45
45
|
sub PrintLensInfo($$$);
|
46
46
|
|
@@ -432,6 +432,7 @@ my %olympusCameraTypes = (
|
|
432
432
|
S0089 => 'E-M5MarkIII',
|
433
433
|
S0092 => 'E-M1MarkIII', #IB
|
434
434
|
S0093 => 'E-P7', #IB
|
435
|
+
S0095 => 'OM-1', #IB
|
435
436
|
SR45 => 'D220',
|
436
437
|
SR55 => 'D320L',
|
437
438
|
SR83 => 'D340L',
|
@@ -1910,6 +1911,23 @@ my %indexInfo = (
|
|
1910
1911
|
Name => 'FocusBracketStepSize',
|
1911
1912
|
Writable => 'int8u',
|
1912
1913
|
},
|
1914
|
+
0x309 => { #forum13341
|
1915
|
+
Name => 'AISubjectTrackingMode',
|
1916
|
+
Writable => 'int16u',
|
1917
|
+
ValueConv => '($val >> 8) . " " . ($val & 0xff)',
|
1918
|
+
ValueConvInv => 'my @a = split " ", $val; $val = $a[0]*256 + $a[1]',
|
1919
|
+
PrintConv => [{
|
1920
|
+
0 => 'Off',
|
1921
|
+
1 => 'Motorsports',
|
1922
|
+
2 => 'Airplnes',
|
1923
|
+
3 => 'Trains',
|
1924
|
+
4 => 'Birds',
|
1925
|
+
5 => 'Dogs & Cats',
|
1926
|
+
},{
|
1927
|
+
0 => 'Object Not Found',
|
1928
|
+
1 => 'Object Found',
|
1929
|
+
}],
|
1930
|
+
},
|
1913
1931
|
0x400 => { #6
|
1914
1932
|
Name => 'FlashMode',
|
1915
1933
|
Writable => 'int16u',
|
@@ -2537,11 +2555,13 @@ my %indexInfo = (
|
|
2537
2555
|
'3 8' => 'ND8 (3EV)', #IB
|
2538
2556
|
'3 16' => 'ND16 (4EV)', #IB
|
2539
2557
|
'3 32' => 'ND32 (5EV)', #IB
|
2558
|
+
'3 64' => 'ND64 (6EV)', #forum13341
|
2540
2559
|
'5 4' => 'HDR1', #forum8906
|
2541
2560
|
'6 4' => 'HDR2', #forum8906
|
2542
2561
|
'8 8' => 'Tripod high resolution', #IB
|
2543
2562
|
'9 *' => 'Focus-stacked (* images)', #IB (* = 2-15)
|
2544
|
-
'11
|
2563
|
+
'11 12' => 'Hand-held high resolution (11 12)', #forum13341 (OM-1)
|
2564
|
+
'11 16' => 'Hand-held high resolution (11 16)', #IB (perhaps '11 15' would be possible, ref 24)
|
2545
2565
|
OTHER => sub {
|
2546
2566
|
my ($val, $inv, $conv) = @_;
|
2547
2567
|
if ($inv) {
|
@@ -3430,7 +3450,7 @@ my %indexInfo = (
|
|
3430
3450
|
0x2a => {
|
3431
3451
|
Name => 'FNumber',
|
3432
3452
|
Format => 'rational64u',
|
3433
|
-
PrintConv => '
|
3453
|
+
PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
|
3434
3454
|
},
|
3435
3455
|
0x32 => { #(NC)
|
3436
3456
|
Name => 'ExposureCompensation',
|
@@ -3476,7 +3496,7 @@ my %indexInfo = (
|
|
3476
3496
|
0x3a => {
|
3477
3497
|
Name => 'FNumber',
|
3478
3498
|
Format => 'rational64u',
|
3479
|
-
PrintConv => '
|
3499
|
+
PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
|
3480
3500
|
},
|
3481
3501
|
0x42 => { #(NC)
|
3482
3502
|
Name => 'ExposureCompensation',
|
@@ -3527,7 +3547,7 @@ my %indexInfo = (
|
|
3527
3547
|
0x28 => {
|
3528
3548
|
Name => 'FNumber',
|
3529
3549
|
Format => 'rational64u',
|
3530
|
-
PrintConv => '
|
3550
|
+
PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
|
3531
3551
|
},
|
3532
3552
|
0x30 => { #(NC)
|
3533
3553
|
Name => 'ExposureCompensation',
|
@@ -3744,7 +3764,7 @@ my %indexInfo = (
|
|
3744
3764
|
0x5a => {
|
3745
3765
|
Name => 'FNumber',
|
3746
3766
|
Format => 'rational64u',
|
3747
|
-
PrintConv => '
|
3767
|
+
PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
|
3748
3768
|
},
|
3749
3769
|
0x7f => {
|
3750
3770
|
Name => 'DateTimeOriginal', #(NC)
|
@@ -3789,7 +3809,7 @@ my %indexInfo = (
|
|
3789
3809
|
0x5e => {
|
3790
3810
|
Name => 'FNumber',
|
3791
3811
|
Format => 'rational64u',
|
3792
|
-
PrintConv => '
|
3812
|
+
PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
|
3793
3813
|
},
|
3794
3814
|
0x83 => {
|
3795
3815
|
Name => 'DateTime1',
|
@@ -4071,7 +4091,7 @@ Olympus or Epson maker notes in EXIF information.
|
|
4071
4091
|
|
4072
4092
|
=head1 AUTHOR
|
4073
4093
|
|
4074
|
-
Copyright 2003-
|
4094
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
4075
4095
|
|
4076
4096
|
This library is free software; you can redistribute it and/or modify it
|
4077
4097
|
under the same terms as Perl itself.
|
@@ -304,7 +304,7 @@ information from OpenEXR images.
|
|
304
304
|
|
305
305
|
=head1 AUTHOR
|
306
306
|
|
307
|
-
Copyright 2003-
|
307
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
308
308
|
|
309
309
|
This library is free software; you can redistribute it and/or modify it
|
310
310
|
under the same terms as Perl itself.
|
@@ -69,7 +69,7 @@ information from Ogg Opus audio files.
|
|
69
69
|
|
70
70
|
=head1 AUTHOR
|
71
71
|
|
72
|
-
Copyright 2003-
|
72
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
73
73
|
|
74
74
|
This library is free software; you can redistribute it and/or modify it
|
75
75
|
under the same terms as Perl itself.
|
@@ -71,7 +71,7 @@ information from Portable FloatMap (PFM) images.
|
|
71
71
|
|
72
72
|
=head1 AUTHOR
|
73
73
|
|
74
|
-
Copyright 2003-
|
74
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
75
75
|
|
76
76
|
This library is free software; you can redistribute it and/or modify it
|
77
77
|
under the same terms as Perl itself.
|
@@ -114,7 +114,7 @@ information from PC Paintbrush (PCX) files.
|
|
114
114
|
|
115
115
|
=head1 AUTHOR
|
116
116
|
|
117
|
-
Copyright 2003-
|
117
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
118
118
|
|
119
119
|
This library is free software; you can redistribute it and/or modify it
|
120
120
|
under the same terms as Perl itself.
|
@@ -21,7 +21,7 @@ use vars qw($VERSION $AUTOLOAD $lastFetched);
|
|
21
21
|
use Image::ExifTool qw(:DataAccess :Utils);
|
22
22
|
require Exporter;
|
23
23
|
|
24
|
-
$VERSION = '1.
|
24
|
+
$VERSION = '1.55';
|
25
25
|
|
26
26
|
sub FetchObject($$$$);
|
27
27
|
sub ExtractObject($$;$$);
|
@@ -2276,6 +2276,7 @@ XRef:
|
|
2276
2276
|
# load XRef stream in hybrid file if it exists
|
2277
2277
|
push @xrefOffsets, $$mainDict{XRefStm}, 'XRefStm' if $$mainDict{XRefStm};
|
2278
2278
|
$encrypt = $$mainDict{Encrypt} if $$mainDict{Encrypt};
|
2279
|
+
undef $encrypt if $encrypt and $encrypt eq 'null'; # (have seen "null")
|
2279
2280
|
if ($$mainDict{ID} and ref $$mainDict{ID} eq 'ARRAY') {
|
2280
2281
|
$id = ReadPDFValue($mainDict->{ID}->[0]);
|
2281
2282
|
}
|
@@ -2388,7 +2389,7 @@ including AESV2 (AES-128) and AESV3 (AES-256).
|
|
2388
2389
|
|
2389
2390
|
=head1 AUTHOR
|
2390
2391
|
|
2391
|
-
Copyright 2003-
|
2392
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
2392
2393
|
|
2393
2394
|
This library is free software; you can redistribute it and/or modify it
|
2394
2395
|
under the same terms as Perl itself.
|
@@ -119,7 +119,7 @@ information from Progressive Graphics File (PGF) images.
|
|
119
119
|
|
120
120
|
=head1 AUTHOR
|
121
121
|
|
122
|
-
Copyright 2003-
|
122
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
123
123
|
|
124
124
|
This library is free software; you can redistribute it and/or modify it
|
125
125
|
under the same terms as Perl itself.
|
@@ -1236,7 +1236,7 @@ Verbose or the Unknown option.
|
|
1236
1236
|
|
1237
1237
|
=head1 AUTHOR
|
1238
1238
|
|
1239
|
-
Copyright 2003-
|
1239
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
1240
1240
|
|
1241
1241
|
This library is free software; you can redistribute it and/or modify it
|
1242
1242
|
under the same terms as Perl itself.
|
@@ -438,7 +438,7 @@ This module decodes both the binary and XML-based PLIST format.
|
|
438
438
|
|
439
439
|
=head1 AUTHOR
|
440
440
|
|
441
|
-
Copyright 2003-
|
441
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
442
442
|
|
443
443
|
This library is free software; you can redistribute it and/or modify it
|
444
444
|
under the same terms as Perl itself.
|
@@ -2586,7 +2586,7 @@ Definitions for PLUS (Picture Licensing Universal System) tags.
|
|
2586
2586
|
|
2587
2587
|
=head1 AUTHOR
|
2588
2588
|
|
2589
|
-
Copyright 2003-
|
2589
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
2590
2590
|
|
2591
2591
|
This library is free software; you can redistribute it and/or modify it
|
2592
2592
|
under the same terms as Perl itself.
|
@@ -36,7 +36,7 @@ use strict;
|
|
36
36
|
use vars qw($VERSION $AUTOLOAD %stdCase);
|
37
37
|
use Image::ExifTool qw(:DataAccess :Utils);
|
38
38
|
|
39
|
-
$VERSION = '1.
|
39
|
+
$VERSION = '1.60';
|
40
40
|
|
41
41
|
sub ProcessPNG_tEXt($$$);
|
42
42
|
sub ProcessPNG_iTXt($$$);
|
@@ -142,11 +142,14 @@ my %noLeapFrog = ( SAVE => 1, SEEK => 1, IHDR => 1, JHDR => 1, IEND => 1, MEND =
|
|
142
142
|
},
|
143
143
|
gAMA => {
|
144
144
|
Name => 'Gamma',
|
145
|
+
Writable => 1,
|
146
|
+
Protected => 1,
|
145
147
|
Notes => q{
|
146
148
|
ExifTool reports the gamma for decoding the image, which is consistent with
|
147
149
|
the EXIF convention, but is the inverse of the stored encoding gamma
|
148
150
|
},
|
149
151
|
ValueConv => 'my $a=unpack("N",$val);$a ? int(1e9/$a+0.5)/1e4 : $val',
|
152
|
+
ValueConvInv => 'pack("N", int(1e5/$val+0.5))',
|
150
153
|
},
|
151
154
|
gIFg => {
|
152
155
|
Name => 'GIFGraphicControlExtension',
|
@@ -166,7 +169,10 @@ my %noLeapFrog = ( SAVE => 1, SEEK => 1, IHDR => 1, JHDR => 1, IEND => 1, MEND =
|
|
166
169
|
},
|
167
170
|
iCCP => {
|
168
171
|
Name => 'ICC_Profile',
|
169
|
-
Notes =>
|
172
|
+
Notes => q{
|
173
|
+
this is where ExifTool will write a new ICC_Profile. When creating a new
|
174
|
+
ICC_Profile, the SRGBRendering tag should be deleted if it exists
|
175
|
+
},
|
170
176
|
SubDirectory => {
|
171
177
|
TagTable => 'Image::ExifTool::ICC_Profile::Main',
|
172
178
|
ProcessProc => \&ProcessPNG_Compressed,
|
@@ -174,7 +180,12 @@ my %noLeapFrog = ( SAVE => 1, SEEK => 1, IHDR => 1, JHDR => 1, IEND => 1, MEND =
|
|
174
180
|
},
|
175
181
|
'iCCP-name' => {
|
176
182
|
Name => 'ProfileName',
|
177
|
-
|
183
|
+
Writable => 1,
|
184
|
+
FakeTag => 1, # (not a real PNG tag, so don't try to write it)
|
185
|
+
Notes => q{
|
186
|
+
not a real tag ID, this tag represents the iCCP profile name, and may only
|
187
|
+
be written when the ICC_Profile is written
|
188
|
+
},
|
178
189
|
},
|
179
190
|
# IDAT
|
180
191
|
# IEND
|
@@ -227,7 +238,11 @@ my %noLeapFrog = ( SAVE => 1, SEEK => 1, IHDR => 1, JHDR => 1, IEND => 1, MEND =
|
|
227
238
|
},
|
228
239
|
sRGB => {
|
229
240
|
Name => 'SRGBRendering',
|
241
|
+
Writable => 1,
|
242
|
+
Protected => 1,
|
243
|
+
Notes => 'this chunk should not be present if an iCCP chunk exists',
|
230
244
|
ValueConv => 'unpack("C",$val)',
|
245
|
+
ValueConvInv => 'pack("C",$val)',
|
231
246
|
PrintConv => {
|
232
247
|
0 => 'Perceptual',
|
233
248
|
1 => 'Relative Colorimetric',
|
@@ -1159,11 +1174,16 @@ sub ProcessPNG_Compressed($$$)
|
|
1159
1174
|
if ($tagInfo and $$tagInfo{Name} eq 'ICC_Profile') {
|
1160
1175
|
$et->VerboseDir('iCCP');
|
1161
1176
|
$tagTablePtr = \%Image::ExifTool::PNG::Main;
|
1162
|
-
if
|
1163
|
-
FoundPNG($et, $tagTablePtr, 'iCCP-name', $tag);
|
1164
|
-
}
|
1177
|
+
FoundPNG($et, $tagTablePtr, 'iCCP-name', $tag) if length($tag) and not $outBuff;
|
1165
1178
|
$success = FoundPNG($et, $tagTablePtr, 'iCCP', $val, $compressed, $outBuff);
|
1166
|
-
|
1179
|
+
if ($outBuff and $$outBuff) {
|
1180
|
+
my $profileName = $et->GetNewValue($Image::ExifTool::PNG::Main{'iCCP-name'});
|
1181
|
+
if (defined $profileName) {
|
1182
|
+
$hdr = $profileName . substr($hdr, length $tag);
|
1183
|
+
$et->VerboseValue("+ PNG:ProfileName", $profileName);
|
1184
|
+
}
|
1185
|
+
$$outBuff = $hdr . $$outBuff;
|
1186
|
+
}
|
1167
1187
|
} else {
|
1168
1188
|
$success = FoundPNG($et, $tagTablePtr, $tag, $val, $compressed, $outBuff, 'Latin');
|
1169
1189
|
}
|
@@ -1541,7 +1561,7 @@ and JNG (JPEG Network Graphics) images.
|
|
1541
1561
|
|
1542
1562
|
=head1 AUTHOR
|
1543
1563
|
|
1544
|
-
Copyright 2003-
|
1564
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
1545
1565
|
|
1546
1566
|
This library is free software; you can redistribute it and/or modify it
|
1547
1567
|
under the same terms as Perl itself.
|
@@ -143,7 +143,7 @@ BitMap) images.
|
|
143
143
|
|
144
144
|
=head1 AUTHOR
|
145
145
|
|
146
|
-
Copyright 2003-
|
146
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
147
147
|
|
148
148
|
This library is free software; you can redistribute it and/or modify it
|
149
149
|
under the same terms as Perl itself.
|
@@ -284,7 +284,7 @@ information from Paint Shop Pro images.
|
|
284
284
|
|
285
285
|
=head1 AUTHOR
|
286
286
|
|
287
|
-
Copyright 2003-
|
287
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
288
288
|
|
289
289
|
This library is free software; you can redistribute it and/or modify it
|
290
290
|
under the same terms as Perl itself.
|
@@ -379,7 +379,7 @@ KF7 and KF8 books (AZW and AZW3).
|
|
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.
|
@@ -37,7 +37,7 @@ use vars qw($VERSION %leicaLensTypes);
|
|
37
37
|
use Image::ExifTool qw(:DataAccess :Utils);
|
38
38
|
use Image::ExifTool::Exif;
|
39
39
|
|
40
|
-
$VERSION = '2.
|
40
|
+
$VERSION = '2.17';
|
41
41
|
|
42
42
|
sub ProcessLeicaLEIC($$$);
|
43
43
|
sub WhiteBalanceConv($;$$);
|
@@ -2472,6 +2472,15 @@ my %shootingMode = (
|
|
2472
2472
|
Start => 12,
|
2473
2473
|
},
|
2474
2474
|
},
|
2475
|
+
0x200080 => { # (GH6)
|
2476
|
+
Name => 'ExifData',
|
2477
|
+
Condition => '$$valPt =~ /^\xff\xd8\xff\xe1..Exif\0\0/s',
|
2478
|
+
SubDirectory => {
|
2479
|
+
TagTable => 'Image::ExifTool::Exif::Main',
|
2480
|
+
ProcessProc => \&Image::ExifTool::ProcessTIFF,
|
2481
|
+
Start => 12,
|
2482
|
+
},
|
2483
|
+
},
|
2475
2484
|
);
|
2476
2485
|
|
2477
2486
|
# Panasonic Composite tags
|
@@ -2837,7 +2846,7 @@ Panasonic and Leica maker notes in EXIF information.
|
|
2837
2846
|
|
2838
2847
|
=head1 AUTHOR
|
2839
2848
|
|
2840
|
-
Copyright 2003-
|
2849
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
2841
2850
|
|
2842
2851
|
This library is free software; you can redistribute it and/or modify it
|
2843
2852
|
under the same terms as Perl itself.
|
@@ -888,7 +888,7 @@ write meta information in Panasonic/Leica RAW, RW2 and RWL images.
|
|
888
888
|
|
889
889
|
=head1 AUTHOR
|
890
890
|
|
891
|
-
Copyright 2003-
|
891
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
892
892
|
|
893
893
|
This library is free software; you can redistribute it and/or modify it
|
894
894
|
under the same terms as Perl itself.
|
@@ -731,7 +731,7 @@ timed metadata from the 'mett' frame found in Parrot drone MP4 videos.
|
|
731
731
|
|
732
732
|
=head1 AUTHOR
|
733
733
|
|
734
|
-
Copyright 2003-
|
734
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
735
735
|
|
736
736
|
This library is free software; you can redistribute it and/or modify it
|
737
737
|
under the same terms as Perl itself.
|
@@ -58,7 +58,7 @@ use Image::ExifTool::Exif;
|
|
58
58
|
use Image::ExifTool::GPS;
|
59
59
|
use Image::ExifTool::HP;
|
60
60
|
|
61
|
-
$VERSION = '3.
|
61
|
+
$VERSION = '3.40';
|
62
62
|
|
63
63
|
sub CryptShutterCount($$);
|
64
64
|
sub PrintFilter($$$);
|
@@ -171,7 +171,7 @@ sub DecodeAFPoints($$$$;$);
|
|
171
171
|
'3 255.4' => 'Sigma DF EX Aspherical 28-70mm F2.8', #12
|
172
172
|
'3 255.5' => 'Sigma AF Tele 400mm F5.6 Multi-coated', #JD
|
173
173
|
'3 255.6' => 'Sigma 24-60mm F2.8 EX DG', #PH
|
174
|
-
'3 255.7' => 'Sigma 70-300mm F4-5.6 Macro', #JD
|
174
|
+
'3 255.7' => 'Sigma 70-300mm F4-5.6 Macro', #JD (also DG Macro, ref 27)
|
175
175
|
'3 255.8' => 'Sigma 55-200mm F4-5.6 DC', #JD
|
176
176
|
'3 255.9' => 'Sigma 18-50mm F2.8 EX DC', #JD (also Macro version - PH)
|
177
177
|
'4 1' => 'smc PENTAX-FA SOFT 28mm F2.8',
|
@@ -340,6 +340,7 @@ sub DecodeAFPoints($$$$;$);
|
|
340
340
|
'8 64' => 'HD PENTAX-D FA* 50mm F1.4 SDM AW', #27
|
341
341
|
'8 65' => 'HD PENTAX-D FA 70-210mm F4 ED SDM WR', #PH
|
342
342
|
'8 66' => 'HD PENTAX-D FA 85mm F1.4 ED SDM AW', #James O'Neill
|
343
|
+
'8 67' => 'HD PENTAX-D FA 21mm F2.4 ED Limited DC WR', #ChristianShulz
|
343
344
|
'8 195' => 'HD PENTAX DA* 16-50mm F2.8 ED PLM AW', #27
|
344
345
|
'8 196' => 'HD PENTAX-DA* 11-18mm F2.8 ED DC AW', #29
|
345
346
|
'8 197' => 'HD PENTAX-DA 55-300mm F4.5-6.3 ED PLM WR RE', #29
|
@@ -6314,7 +6315,7 @@ tags, and everyone who helped contribute to the LensType values.
|
|
6314
6315
|
|
6315
6316
|
=head1 AUTHOR
|
6316
6317
|
|
6317
|
-
Copyright 2003-
|
6318
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
6318
6319
|
|
6319
6320
|
This library is free software; you can redistribute it and/or modify it
|
6320
6321
|
under the same terms as Perl itself.
|
@@ -712,7 +712,7 @@ One maker notes.
|
|
712
712
|
|
713
713
|
=head1 AUTHOR
|
714
714
|
|
715
|
-
Copyright 2003-
|
715
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
716
716
|
|
717
717
|
This library is free software; you can redistribute it and/or modify it
|
718
718
|
under the same terms as Perl itself.
|
@@ -484,7 +484,7 @@ information from Kodak Photo CD Image Pac (PCD) files.
|
|
484
484
|
|
485
485
|
=head1 AUTHOR
|
486
486
|
|
487
|
-
Copyright 2003-
|
487
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
488
488
|
|
489
489
|
This library is free software; you can redistribute it and/or modify it
|
490
490
|
under the same terms as Perl itself.
|
@@ -236,7 +236,7 @@ write information written by the Camera Bits Photo Mechanic software.
|
|
236
236
|
|
237
237
|
=head1 AUTHOR
|
238
238
|
|
239
|
-
Copyright 2003-
|
239
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
240
240
|
|
241
241
|
This library is free software; you can redistribute it and/or modify it
|
242
242
|
under the same terms as Perl itself.
|
@@ -248,11 +248,12 @@ my %unicodeString = (
|
|
248
248
|
Protected => 1,
|
249
249
|
Notes => q{
|
250
250
|
this tag indicates provides a way for XMP-aware applications to indicate
|
251
|
-
that the XMP is synchronized with the IPTC.
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
251
|
+
that the XMP is synchronized with the IPTC. The MWG recommendation is to
|
252
|
+
ignore the XMP if IPTCDigest exists and doesn't match the CurrentIPTCDigest.
|
253
|
+
When writing, special values of "new" and "old" represent the digests of the
|
254
|
+
IPTC from the edited and original files respectively, and are undefined if
|
255
|
+
the IPTC does not exist in the respective file. Set this to "new" as an
|
256
|
+
indication that the XMP is synchronized with the IPTC
|
256
257
|
},
|
257
258
|
# also note the 'new' feature requires that the IPTC comes before this tag is written
|
258
259
|
ValueConv => 'unpack("H*", $val)',
|
@@ -1143,7 +1144,7 @@ be preserved when copying Photoshop information via user-defined tags.
|
|
1143
1144
|
|
1144
1145
|
=head1 AUTHOR
|
1145
1146
|
|
1146
|
-
Copyright 2003-
|
1147
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
1147
1148
|
|
1148
1149
|
This library is free software; you can redistribute it and/or modify it
|
1149
1150
|
under the same terms as Perl itself.
|
@@ -777,7 +777,7 @@ This code reads meta information from EPS (Encapsulated PostScript), PS
|
|
777
777
|
|
778
778
|
=head1 AUTHOR
|
779
779
|
|
780
|
-
Copyright 2003-
|
780
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
781
781
|
|
782
782
|
This library is free software; you can redistribute it and/or modify it
|
783
783
|
under the same terms as Perl itself.
|