exiftool-vendored.pl 12.33.0 → 12.40.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.
- package/LICENSE +10 -3
- package/bin/Changes +116 -0
- package/bin/MANIFEST +2 -0
- package/bin/META.json +1 -1
- package/bin/META.yml +1 -1
- package/bin/README +45 -45
- package/bin/config_files/acdsee.config +6 -6
- package/bin/config_files/photoshop_paths.config +30 -7
- package/bin/config_files/picasa_faces.config +1 -1
- package/bin/config_files/pix4d.config +2 -2
- package/bin/config_files/tiff_version.config +2 -2
- package/bin/exiftool +112 -82
- package/bin/lib/File/RandomAccess.pm +1 -1
- package/bin/lib/File/RandomAccess.pod +2 -2
- package/bin/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/lib/Image/ExifTool/AFCP.pm +1 -1
- package/bin/lib/Image/ExifTool/AIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/APE.pm +1 -1
- package/bin/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/lib/Image/ExifTool/ASF.pm +1 -1
- package/bin/lib/Image/ExifTool/Apple.pm +1 -1
- package/bin/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/BuildTagLookup.pm +15 -4
- package/bin/lib/Image/ExifTool/CBOR.pm +1 -1
- package/bin/lib/Image/ExifTool/Canon.pm +225 -13
- package/bin/lib/Image/ExifTool/CanonCustom.pm +13 -3
- package/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
- package/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/lib/Image/ExifTool/Casio.pm +1 -1
- package/bin/lib/Image/ExifTool/Charset.pm +3 -1
- package/bin/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/lib/Image/ExifTool/DJI.pm +1 -1
- package/bin/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/lib/Image/ExifTool/DarwinCore.pm +3 -3
- package/bin/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/lib/Image/ExifTool/EXE.pm +1 -1
- package/bin/lib/Image/ExifTool/Exif.pm +64 -20
- package/bin/lib/Image/ExifTool/FITS.pm +1 -1
- package/bin/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIF.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIR.pm +48 -11
- package/bin/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
- package/bin/lib/Image/ExifTool/Font.pm +1 -1
- package/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/lib/Image/ExifTool/FujiFilm.pm +1 -1
- package/bin/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/lib/Image/ExifTool/GIF.pm +6 -2
- package/bin/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/lib/Image/ExifTool/GPS.pm +15 -11
- package/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/lib/Image/ExifTool/Geotag.pm +4 -3
- package/bin/lib/Image/ExifTool/GoPro.pm +1 -1
- package/bin/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/lib/Image/ExifTool/HP.pm +1 -1
- package/bin/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/lib/Image/ExifTool/ICC_Profile.pm +97 -5
- package/bin/lib/Image/ExifTool/ID3.pm +1 -1
- package/bin/lib/Image/ExifTool/IPTC.pm +1 -1
- package/bin/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/lib/Image/ExifTool/Import.pm +1 -1
- package/bin/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/lib/Image/ExifTool/JPEG.pm +6 -2
- package/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/lib/Image/ExifTool/JSON.pm +1 -1
- package/bin/lib/Image/ExifTool/JVC.pm +1 -1
- package/bin/lib/Image/ExifTool/Jpeg2000.pm +109 -12
- package/bin/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/lib/Image/ExifTool/LNK.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/fr.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/lib/Image/ExifTool/Leaf.pm +1 -1
- package/bin/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/lib/Image/ExifTool/M2TS.pm +1 -1
- package/bin/lib/Image/ExifTool/MIE.pm +1 -1
- package/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/lib/Image/ExifTool/MXF.pm +1 -1
- package/bin/lib/Image/ExifTool/MacOS.pm +1 -1
- package/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/lib/Image/ExifTool/Matroska.pm +9 -5
- package/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- package/bin/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/lib/Image/ExifTool/Nikon.pm +1918 -72
- package/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/lib/Image/ExifTool/NikonCustom.pm +523 -6
- package/bin/lib/Image/ExifTool/NikonSettings.pm +150 -87
- package/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/lib/Image/ExifTool/OOXML.pm +1 -1
- package/bin/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/lib/Image/ExifTool/Olympus.pm +7 -7
- package/bin/lib/Image/ExifTool/OpenEXR.pm +5 -3
- package/bin/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/lib/Image/ExifTool/PDF.pm +6 -4
- package/bin/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/lib/Image/ExifTool/PLIST.pm +1 -1
- package/bin/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/lib/Image/ExifTool/PNG.pm +29 -8
- package/bin/lib/Image/ExifTool/PPM.pm +1 -1
- package/bin/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/lib/Image/ExifTool/Panasonic.pm +1 -1
- package/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/lib/Image/ExifTool/Pentax.pm +3 -2
- package/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
- package/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
- package/bin/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/lib/Image/ExifTool/QuickTime.pm +25 -7
- package/bin/lib/Image/ExifTool/QuickTimeStream.pl +40 -4
- package/bin/lib/Image/ExifTool/README +4 -0
- package/bin/lib/Image/ExifTool/RIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/lib/Image/ExifTool/RTF.pm +1 -1
- package/bin/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
- package/bin/lib/Image/ExifTool/Samsung.pm +6 -2
- package/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/lib/Image/ExifTool/Shift.pl +3 -1
- package/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Sony.pm +34 -12
- package/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/lib/Image/ExifTool/TagInfoXML.pm +11 -6
- package/bin/lib/Image/ExifTool/TagLookup.pm +6581 -5893
- package/bin/lib/Image/ExifTool/TagNames.pod +1641 -59
- package/bin/lib/Image/ExifTool/Text.pm +1 -1
- package/bin/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/lib/Image/ExifTool/Torrent.pm +1 -1
- package/bin/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/lib/Image/ExifTool/VCard.pm +1 -1
- package/bin/lib/Image/ExifTool/Validate.pm +1 -1
- package/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePNG.pl +30 -10
- package/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteQuickTime.pl +19 -4
- package/bin/lib/Image/ExifTool/WriteXMP.pl +13 -12
- package/bin/lib/Image/ExifTool/Writer.pl +56 -10
- package/bin/lib/Image/ExifTool/XMP.pm +169 -54
- package/bin/lib/Image/ExifTool/XMP2.pl +6 -4
- package/bin/lib/Image/ExifTool/XMPStruct.pl +22 -8
- package/bin/lib/Image/ExifTool/ZIP.pm +10 -2
- package/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/lib/Image/ExifTool.pm +93 -13
- package/bin/lib/Image/ExifTool.pod +80 -70
- package/bin/perl-Image-ExifTool.spec +43 -43
- package/bin/pp_build_exe.args +5 -5
- package/package.json +3 -3
|
@@ -88,7 +88,7 @@ sub ProcessCTMD($$$);
|
|
|
88
88
|
sub ProcessExifInfo($$$);
|
|
89
89
|
sub SwapWords($);
|
|
90
90
|
|
|
91
|
-
$VERSION = '4.
|
|
91
|
+
$VERSION = '4.56';
|
|
92
92
|
|
|
93
93
|
# Note: Removed 'USM' from 'L' lenses since it is redundant - PH
|
|
94
94
|
# (or is it? Ref 32 shows 5 non-USM L-type lenses)
|
|
@@ -595,7 +595,10 @@ $VERSION = '4.52';
|
|
|
595
595
|
'61182.21' => 'Canon RF 70-200mm F4L IS USM', #42
|
|
596
596
|
'61182.22' => 'Canon RF 50mm F1.8 STM', #42
|
|
597
597
|
'61182.23' => 'Canon RF 14-35mm F4L IS USM', #IB
|
|
598
|
-
'61182.24' => 'Canon RF
|
|
598
|
+
'61182.24' => 'Canon RF 100-400mm F5.6-8 IS USM', #42
|
|
599
|
+
'61182.25' => 'Canon RF 100-400mm F5.6-8 IS USM + RF1.4x', #42 (NC)
|
|
600
|
+
'61182.26' => 'Canon RF 100-400mm F5.6-8 IS USM + RF2x', #42 (NC)
|
|
601
|
+
'61182.27' => 'Canon RF 16mm F2.8 STM', #42
|
|
599
602
|
#'61182.xx' => 'Canon RF 100mm F2.8L MACRO IS USM',
|
|
600
603
|
65535 => 'n/a',
|
|
601
604
|
);
|
|
@@ -951,6 +954,7 @@ $VERSION = '4.52';
|
|
|
951
954
|
0x80000435 => 'EOS Rebel T8i / 850D / X10i', #JR/PH
|
|
952
955
|
0x80000436 => 'EOS SL3 / 250D / Kiss X10', #25
|
|
953
956
|
0x80000437 => 'EOS 90D', #IB
|
|
957
|
+
0x80000450 => 'EOS R3', #42
|
|
954
958
|
0x80000453 => 'EOS R6', #PH
|
|
955
959
|
0x80000467 => 'PowerShot ZOOM',
|
|
956
960
|
0x80000468 => 'EOS M50 Mark II / Kiss M2', #IB
|
|
@@ -966,8 +970,8 @@ my %canonQuality = (
|
|
|
966
970
|
4 => 'RAW',
|
|
967
971
|
5 => 'Superfine',
|
|
968
972
|
7 => 'CRAW', #42
|
|
969
|
-
130 => '
|
|
970
|
-
131 => '
|
|
973
|
+
130 => 'Light (RAW)', #github#119
|
|
974
|
+
131 => 'Standard (RAW)', #github#119
|
|
971
975
|
);
|
|
972
976
|
my %canonImageSize = (
|
|
973
977
|
-1 => 'n/a',
|
|
@@ -1915,6 +1919,11 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
|
|
|
1915
1919
|
Name => 'ColorData10',
|
|
1916
1920
|
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData10' },
|
|
1917
1921
|
},
|
|
1922
|
+
{ # (int16u[3973]) - R3 ref IB
|
|
1923
|
+
Condition => '$count == 3973',
|
|
1924
|
+
Name => 'ColorData11',
|
|
1925
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData11' },
|
|
1926
|
+
},
|
|
1918
1927
|
{
|
|
1919
1928
|
Name => 'ColorDataUnknown',
|
|
1920
1929
|
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorDataUnknown' },
|
|
@@ -2044,6 +2053,13 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
|
|
|
2044
2053
|
TagTable => 'Image::ExifTool::Canon::HDRInfo',
|
|
2045
2054
|
}
|
|
2046
2055
|
},
|
|
2056
|
+
0x4026 => { #github#119
|
|
2057
|
+
Name => 'LogInfo',
|
|
2058
|
+
SubDirectory => {
|
|
2059
|
+
Validate => 'Image::ExifTool::Canon::Validate($dirData,$subdirStart,$size)',
|
|
2060
|
+
TagTable => 'Image::ExifTool::Canon::LogInfo',
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2047
2063
|
0x4028 => { #PH
|
|
2048
2064
|
Name => 'AFConfig', # (AFTabInfo)
|
|
2049
2065
|
SubDirectory => {
|
|
@@ -6776,6 +6792,9 @@ my %ciMaxFocal = (
|
|
|
6776
6792
|
278 => 'Canon RF 70-200mm F4L IS USM', #42
|
|
6777
6793
|
280 => 'Canon RF 50mm F1.8 STM', #42
|
|
6778
6794
|
281 => 'Canon RF 14-35mm F4L IS USM', #42/IB
|
|
6795
|
+
283 => 'Canon RF 100-400mm F5.6-8 IS USM', #42
|
|
6796
|
+
284 => 'Canon RF 100-400mm F5.6-8 IS USM + RF1.4x', #42 (NC)
|
|
6797
|
+
285 => 'Canon RF 100-400mm F5.6-8 IS USM + RF2x', #42 (NC)
|
|
6779
6798
|
288 => 'Canon RF 16mm F2.8 STM', #42
|
|
6780
6799
|
#xxx => 'Canon RF 100mm F2.8L MACRO IS USM',
|
|
6781
6800
|
# Note: add new RF lenses to %canonLensTypes with ID 61182
|
|
@@ -7713,7 +7732,10 @@ my %ciMaxFocal = (
|
|
|
7713
7732
|
# Color data (MakerNotes tag 0x4001, count=1312,1313,1316) (ref PH)
|
|
7714
7733
|
%Image::ExifTool::Canon::ColorData7 = (
|
|
7715
7734
|
%binaryDataAttrs,
|
|
7716
|
-
NOTES =>
|
|
7735
|
+
NOTES => q{
|
|
7736
|
+
These tags are used by the EOS 1DX, 5DmkIII, 6D, 7DmkII, 100D, 650D, 700D,
|
|
7737
|
+
8000D, M and M2.
|
|
7738
|
+
},
|
|
7717
7739
|
FORMAT => 'int16s',
|
|
7718
7740
|
FIRST_ENTRY => 0,
|
|
7719
7741
|
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
|
|
@@ -7724,8 +7746,8 @@ my %ciMaxFocal = (
|
|
|
7724
7746
|
DataMember => 'ColorDataVersion',
|
|
7725
7747
|
RawConv => '$$self{ColorDataVersion} = $val',
|
|
7726
7748
|
PrintConv => {
|
|
7727
|
-
10 => '10 (1DX/5DmkIII/6D/70D/100D/650D/700D/M)',
|
|
7728
|
-
11 => '11 (7DmkII/750D/760D)',
|
|
7749
|
+
10 => '10 (1DX/5DmkIII/6D/70D/100D/650D/700D/M/M2)',
|
|
7750
|
+
11 => '11 (7DmkII/750D/760D/8000D)',
|
|
7729
7751
|
},
|
|
7730
7752
|
},
|
|
7731
7753
|
# not really sure about the AsShot, Auto and Measured values any more - PH
|
|
@@ -7860,6 +7882,10 @@ my %ciMaxFocal = (
|
|
|
7860
7882
|
# Color data (MakerNotes tag 0x4001, count=1560,etc) (ref IB)
|
|
7861
7883
|
%Image::ExifTool::Canon::ColorData8 = (
|
|
7862
7884
|
%binaryDataAttrs,
|
|
7885
|
+
NOTES => q{
|
|
7886
|
+
These tags are used by the EOS 1DXmkII, 5DS, 5DSR, 5DmkIV, 6DmkII, 77D, 80D,
|
|
7887
|
+
200D, 800D, 1300D, 2000D, 4000D and 9000D.
|
|
7888
|
+
},
|
|
7863
7889
|
FORMAT => 'int16s',
|
|
7864
7890
|
FIRST_ENTRY => 0,
|
|
7865
7891
|
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
|
|
@@ -7870,10 +7896,10 @@ my %ciMaxFocal = (
|
|
|
7870
7896
|
DataMember => 'ColorDataVersion',
|
|
7871
7897
|
RawConv => '$$self{ColorDataVersion} = $val',
|
|
7872
7898
|
PrintConv => {
|
|
7873
|
-
12 => '12 (5DS/5DSR)',
|
|
7874
|
-
13 => '13 (80D)', #PH
|
|
7899
|
+
12 => '12 (1DXmkII/5DS/5DSR)',
|
|
7900
|
+
13 => '13 (80D/5DmkIV)', #PH
|
|
7875
7901
|
14 => '14 (1300D/2000D/4000D)', #IB
|
|
7876
|
-
15 => '15 (6DmkII/77D/200D/800D)', #IB
|
|
7902
|
+
15 => '15 (6DmkII/77D/200D/800D,9000D)', #IB
|
|
7877
7903
|
},
|
|
7878
7904
|
},
|
|
7879
7905
|
0x3f => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
|
|
@@ -8020,6 +8046,7 @@ my %ciMaxFocal = (
|
|
|
8020
8046
|
# Color data (MakerNotes tag 0x4001, count=1820,etc) (ref PH)
|
|
8021
8047
|
%Image::ExifTool::Canon::ColorData9 = (
|
|
8022
8048
|
%binaryDataAttrs,
|
|
8049
|
+
NOTES => 'These tags are used by the M6mkII, M50, M200, EOS R, RP, 90D, 250D and 850D',
|
|
8023
8050
|
FORMAT => 'int16s',
|
|
8024
8051
|
FIRST_ENTRY => 0,
|
|
8025
8052
|
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
|
|
@@ -8032,8 +8059,8 @@ my %ciMaxFocal = (
|
|
|
8032
8059
|
PrintConv => {
|
|
8033
8060
|
16 => '16 (M50)',
|
|
8034
8061
|
17 => '17 (EOS R)', # (and PowerShot SX740HS)
|
|
8035
|
-
18 => '18 (EOS RP)', # (and PowerShot SX70HS)
|
|
8036
|
-
19 => '19 (90D/M6mkII/M200)',# (and PowerShot G7XmkIII)
|
|
8062
|
+
18 => '18 (EOS RP/250D)', # (and PowerShot SX70HS)
|
|
8063
|
+
19 => '19 (90D/850D/M6mkII/M200)',# (and PowerShot G7XmkIII)
|
|
8037
8064
|
},
|
|
8038
8065
|
},
|
|
8039
8066
|
0x47 => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
|
|
@@ -8144,6 +8171,7 @@ my %ciMaxFocal = (
|
|
|
8144
8171
|
# (same as ColorData9 but shifted up by 0x0e, ref PH)
|
|
8145
8172
|
%Image::ExifTool::Canon::ColorData10 = (
|
|
8146
8173
|
%binaryDataAttrs,
|
|
8174
|
+
NOTES => 'These tags are used by the R5, R5 and EOS 1DXmkIII.',
|
|
8147
8175
|
FORMAT => 'int16s',
|
|
8148
8176
|
FIRST_ENTRY => 0,
|
|
8149
8177
|
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
|
|
@@ -8262,6 +8290,125 @@ my %ciMaxFocal = (
|
|
|
8262
8290
|
},
|
|
8263
8291
|
);
|
|
8264
8292
|
|
|
8293
|
+
# Color data (MakerNotes tag 0x4001, count=3973, ref IB)
|
|
8294
|
+
%Image::ExifTool::Canon::ColorData11 = (
|
|
8295
|
+
%binaryDataAttrs,
|
|
8296
|
+
NOTES => 'These tags are used by the EOS R3',
|
|
8297
|
+
FORMAT => 'int16s',
|
|
8298
|
+
FIRST_ENTRY => 0,
|
|
8299
|
+
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
|
|
8300
|
+
DATAMEMBER => [ 0 ],
|
|
8301
|
+
IS_SUBDIR => [ 0x12c ],
|
|
8302
|
+
0x00 => {
|
|
8303
|
+
Name => 'ColorDataVersion',
|
|
8304
|
+
DataMember => 'ColorDataVersion',
|
|
8305
|
+
RawConv => '$$self{ColorDataVersion} = $val',
|
|
8306
|
+
PrintConv => {
|
|
8307
|
+
34 => '34 (R3)', #IB
|
|
8308
|
+
},
|
|
8309
|
+
},
|
|
8310
|
+
0x69 => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
|
|
8311
|
+
0x6d => 'ColorTempAsShot',
|
|
8312
|
+
0x6e => { Name => 'WB_RGGBLevelsAuto', Format => 'int16s[4]' },
|
|
8313
|
+
0x72 => 'ColorTempAuto',
|
|
8314
|
+
0x73 => { Name => 'WB_RGGBLevelsMeasured', Format => 'int16s[4]' },
|
|
8315
|
+
0x77 => 'ColorTempMeasured',
|
|
8316
|
+
0x78 => { Name => 'WB_RGGBLevelsUnknown', Format => 'int16s[4]', Unknown => 1 },
|
|
8317
|
+
0x7c => { Name => 'ColorTempUnknown', Unknown => 1 },
|
|
8318
|
+
0x7d => { Name => 'WB_RGGBLevelsUnknown2', Format => 'int16s[4]', Unknown => 1 },
|
|
8319
|
+
0x81 => { Name => 'ColorTempUnknown2', Unknown => 1 },
|
|
8320
|
+
0x82 => { Name => 'WB_RGGBLevelsUnknown3', Format => 'int16s[4]', Unknown => 1 },
|
|
8321
|
+
0x86 => { Name => 'ColorTempUnknown3', Unknown => 1 },
|
|
8322
|
+
0x87 => { Name => 'WB_RGGBLevelsUnknown4', Format => 'int16s[4]', Unknown => 1 },
|
|
8323
|
+
0x8b => { Name => 'ColorTempUnknown4', Unknown => 1 },
|
|
8324
|
+
0x8c => { Name => 'WB_RGGBLevelsUnknown5', Format => 'int16s[4]', Unknown => 1 },
|
|
8325
|
+
0x90 => { Name => 'ColorTempUnknown5', Unknown => 1 },
|
|
8326
|
+
0x91 => { Name => 'WB_RGGBLevelsUnknown6', Format => 'int16s[4]', Unknown => 1 },
|
|
8327
|
+
0x95 => { Name => 'ColorTempUnknown6', Unknown => 1 },
|
|
8328
|
+
0x96 => { Name => 'WB_RGGBLevelsUnknown7', Format => 'int16s[4]', Unknown => 1 },
|
|
8329
|
+
0x9a => { Name => 'ColorTempUnknown7', Unknown => 1 },
|
|
8330
|
+
0x9b => { Name => 'WB_RGGBLevelsUnknown8', Format => 'int16s[4]', Unknown => 1 },
|
|
8331
|
+
0x9f => { Name => 'ColorTempUnknown8', Unknown => 1 },
|
|
8332
|
+
0xa0 => { Name => 'WB_RGGBLevelsUnknown9', Format => 'int16s[4]', Unknown => 1 },
|
|
8333
|
+
0xa4 => { Name => 'ColorTempUnknown9', Unknown => 1 },
|
|
8334
|
+
0xa5 => { Name => 'WB_RGGBLevelsUnknown10', Format => 'int16s[4]', Unknown => 1 },
|
|
8335
|
+
0xa9 => { Name => 'ColorTempUnknown10', Unknown => 1 },
|
|
8336
|
+
0xaa => { Name => 'WB_RGGBLevelsUnknown11', Format => 'int16s[4]', Unknown => 1 },
|
|
8337
|
+
0xae => { Name => 'ColorTempUnknown11', Unknown => 1 },
|
|
8338
|
+
0xaf => { Name => 'WB_RGGBLevelsUnknown11', Format => 'int16s[4]', Unknown => 1 },
|
|
8339
|
+
0xb3 => { Name => 'ColorTempUnknown11', Unknown => 1 },
|
|
8340
|
+
0xb4 => { Name => 'WB_RGGBLevelsUnknown12', Format => 'int16s[4]', Unknown => 1 },
|
|
8341
|
+
0xb8 => { Name => 'ColorTempUnknown12', Unknown => 1 },
|
|
8342
|
+
0xb9 => { Name => 'WB_RGGBLevelsUnknown13', Format => 'int16s[4]', Unknown => 1 },
|
|
8343
|
+
0xbd => { Name => 'ColorTempUnknown13', Unknown => 1 },
|
|
8344
|
+
0xbe => { Name => 'WB_RGGBLevelsUnknown14', Format => 'int16s[4]', Unknown => 1 },
|
|
8345
|
+
0xc2 => { Name => 'ColorTempUnknown14', Unknown => 1 },
|
|
8346
|
+
0xc3 => { Name => 'WB_RGGBLevelsUnknown15', Format => 'int16s[4]', Unknown => 1 },
|
|
8347
|
+
0xc7 => { Name => 'ColorTempUnknown15', Unknown => 1 },
|
|
8348
|
+
0xc8 => { Name => 'WB_RGGBLevelsUnknown16', Format => 'int16s[4]', Unknown => 1 },
|
|
8349
|
+
0xcc => { Name => 'ColorTempUnknown16', Unknown => 1 },
|
|
8350
|
+
0xcd => { Name => 'WB_RGGBLevelsDaylight', Format => 'int16s[4]' },
|
|
8351
|
+
0xd1 => 'ColorTempDaylight',
|
|
8352
|
+
0xd2 => { Name => 'WB_RGGBLevelsShade', Format => 'int16s[4]' },
|
|
8353
|
+
0xd6 => 'ColorTempShade',
|
|
8354
|
+
0xd7 => { Name => 'WB_RGGBLevelsCloudy', Format => 'int16s[4]' },
|
|
8355
|
+
0xdb => 'ColorTempCloudy',
|
|
8356
|
+
0xdc => { Name => 'WB_RGGBLevelsTungsten', Format => 'int16s[4]' },
|
|
8357
|
+
0xe0 => 'ColorTempTungsten',
|
|
8358
|
+
0xe1 => { Name => 'WB_RGGBLevelsFluorescent',Format => 'int16s[4]' },
|
|
8359
|
+
0xe5 => 'ColorTempFluorescent',
|
|
8360
|
+
0xe6 => { Name => 'WB_RGGBLevelsKelvin', Format => 'int16s[4]' },
|
|
8361
|
+
0xea => 'ColorTempKelvin',
|
|
8362
|
+
0xeb => { Name => 'WB_RGGBLevelsFlash', Format => 'int16s[4]' },
|
|
8363
|
+
0xef => 'ColorTempFlash',
|
|
8364
|
+
0xf0 => { Name => 'WB_RGGBLevelsUnknown17', Format => 'int16s[4]', Unknown => 1 },
|
|
8365
|
+
0xf4 => { Name => 'ColorTempUnknown17', Unknown => 1 },
|
|
8366
|
+
0xf5 => { Name => 'WB_RGGBLevelsUnknown18', Format => 'int16s[4]', Unknown => 1 },
|
|
8367
|
+
0xf9 => { Name => 'ColorTempUnknown18', Unknown => 1 },
|
|
8368
|
+
0xfa => { Name => 'WB_RGGBLevelsUnknown19', Format => 'int16s[4]', Unknown => 1 },
|
|
8369
|
+
0xfe => { Name => 'ColorTempUnknown19', Unknown => 1 },
|
|
8370
|
+
0xff => { Name => 'WB_RGGBLevelsUnknown20', Format => 'int16s[4]', Unknown => 1 },
|
|
8371
|
+
0x103 => { Name => 'ColorTempUnknown20', Unknown => 1 },
|
|
8372
|
+
0x104 => { Name => 'WB_RGGBLevelsUnknown21', Format => 'int16s[4]', Unknown => 1 },
|
|
8373
|
+
0x108 => { Name => 'ColorTempUnknown21', Unknown => 1 },
|
|
8374
|
+
0x109 => { Name => 'WB_RGGBLevelsUnknown22', Format => 'int16s[4]', Unknown => 1 },
|
|
8375
|
+
0x10d => { Name => 'ColorTempUnknown22', Unknown => 1 },
|
|
8376
|
+
0x10e => { Name => 'WB_RGGBLevelsUnknown23', Format => 'int16s[4]', Unknown => 1 },
|
|
8377
|
+
0x112 => { Name => 'ColorTempUnknown23', Unknown => 1 },
|
|
8378
|
+
0x113 => { Name => 'WB_RGGBLevelsUnknown24', Format => 'int16s[4]', Unknown => 1 },
|
|
8379
|
+
0x117 => { Name => 'ColorTempUnknown24', Unknown => 1 },
|
|
8380
|
+
0x118 => { Name => 'WB_RGGBLevelsUnknown25', Format => 'int16s[4]', Unknown => 1 },
|
|
8381
|
+
0x11c => { Name => 'ColorTempUnknown25', Unknown => 1 },
|
|
8382
|
+
0x11d => { Name => 'WB_RGGBLevelsUnknown26', Format => 'int16s[4]', Unknown => 1 },
|
|
8383
|
+
0x121 => { Name => 'ColorTempUnknown26', Unknown => 1 },
|
|
8384
|
+
0x122 => { Name => 'WB_RGGBLevelsUnknown27', Format => 'int16s[4]', Unknown => 1 },
|
|
8385
|
+
0x126 => { Name => 'ColorTempUnknown27', Unknown => 1 },
|
|
8386
|
+
0x12c => {
|
|
8387
|
+
Name => 'ColorCalib',
|
|
8388
|
+
Format => 'undef[120]',
|
|
8389
|
+
Unknown => 1,
|
|
8390
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorCalib' }
|
|
8391
|
+
},
|
|
8392
|
+
0x16b => {
|
|
8393
|
+
Name => 'PerChannelBlackLevel',
|
|
8394
|
+
Format => 'int16u[4]',
|
|
8395
|
+
},
|
|
8396
|
+
# 0x27c - PerChannelBlackLevel again
|
|
8397
|
+
0x280 => {
|
|
8398
|
+
Name => 'NormalWhiteLevel',
|
|
8399
|
+
Format => 'int16u',
|
|
8400
|
+
RawConv => '$val || undef',
|
|
8401
|
+
},
|
|
8402
|
+
0x281 => {
|
|
8403
|
+
Name => 'SpecularWhiteLevel',
|
|
8404
|
+
Format => 'int16u',
|
|
8405
|
+
},
|
|
8406
|
+
0x282 => {
|
|
8407
|
+
Name => 'LinearityUpperMargin',
|
|
8408
|
+
Format => 'int16u',
|
|
8409
|
+
},
|
|
8410
|
+
);
|
|
8411
|
+
|
|
8265
8412
|
# Unknown color data (MakerNotes tag 0x4001)
|
|
8266
8413
|
%Image::ExifTool::Canon::ColorDataUnknown = (
|
|
8267
8414
|
PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
|
|
@@ -8561,6 +8708,65 @@ my %filterConv = (
|
|
|
8561
8708
|
# 3 - maybe related to AutoImageAlign?
|
|
8562
8709
|
);
|
|
8563
8710
|
|
|
8711
|
+
# More color information (MakerNotes tag 0x4026) (ref github issue #119)
|
|
8712
|
+
%Image::ExifTool::Canon::LogInfo = (
|
|
8713
|
+
%binaryDataAttrs,
|
|
8714
|
+
FORMAT => 'int32s',
|
|
8715
|
+
FIRST_ENTRY => 1,
|
|
8716
|
+
PRIORITY => 0,
|
|
8717
|
+
4 => {
|
|
8718
|
+
Name => 'CompressionFormat',
|
|
8719
|
+
PrintConv => {
|
|
8720
|
+
0 => 'Editing (ALL-I)',
|
|
8721
|
+
1 => 'Standard (IPB)',
|
|
8722
|
+
2 => 'Light (IPB)',
|
|
8723
|
+
3 => 'Motion JPEG',
|
|
8724
|
+
4 => 'RAW', # either Standard or Light, depending on Quality
|
|
8725
|
+
},
|
|
8726
|
+
},
|
|
8727
|
+
6 => { # 0 to 7
|
|
8728
|
+
Name => 'Sharpness',
|
|
8729
|
+
RawConv => '$val == 0x7fffffff ? undef : $val',
|
|
8730
|
+
},
|
|
8731
|
+
7 => { # -4 to 4
|
|
8732
|
+
Name => 'Saturation',
|
|
8733
|
+
RawConv => '$val == 0x7fffffff ? undef : $val',
|
|
8734
|
+
%Image::ExifTool::Exif::printParameter,
|
|
8735
|
+
},
|
|
8736
|
+
8 => { # -4 to 4
|
|
8737
|
+
Name => 'ColorTone',
|
|
8738
|
+
RawConv => '$val == 0x7fffffff ? undef : $val',
|
|
8739
|
+
%Image::ExifTool::Exif::printParameter,
|
|
8740
|
+
},
|
|
8741
|
+
9 => {
|
|
8742
|
+
Name => 'ColorSpace2',
|
|
8743
|
+
RawConv => '$val == 0x7fffffff ? undef : $val',
|
|
8744
|
+
PrintConv => {
|
|
8745
|
+
0 => 'BT.709',
|
|
8746
|
+
1 => 'BT.2020',
|
|
8747
|
+
2 => 'CinemaGamut',
|
|
8748
|
+
},
|
|
8749
|
+
},
|
|
8750
|
+
10 => {
|
|
8751
|
+
Name => 'ColorMatrix',
|
|
8752
|
+
RawConv => '$val == 0x7fffffff ? undef : $val',
|
|
8753
|
+
PrintConv => {
|
|
8754
|
+
0 => 'EOS Original',
|
|
8755
|
+
1 => 'Neutral',
|
|
8756
|
+
},
|
|
8757
|
+
},
|
|
8758
|
+
11 => {
|
|
8759
|
+
Name => 'CanonLogVersion', # (increases dynamic range of sensor data)
|
|
8760
|
+
RawConv => '$val == 0x7fffffff ? undef : $val',
|
|
8761
|
+
PrintConv => {
|
|
8762
|
+
0 => 'OFF',
|
|
8763
|
+
1 => 'CLogV1',
|
|
8764
|
+
2 => 'CLogV2', # (NC)
|
|
8765
|
+
3 => 'CLogV3',
|
|
8766
|
+
},
|
|
8767
|
+
},
|
|
8768
|
+
);
|
|
8769
|
+
|
|
8564
8770
|
# AF configuration info (MakerNotes tag 0x4028) (ref PH)
|
|
8565
8771
|
%Image::ExifTool::Canon::AFConfig = (
|
|
8566
8772
|
%binaryDataAttrs,
|
|
@@ -8752,6 +8958,7 @@ my %filterConv = (
|
|
|
8752
8958
|
# --> ignored when reading, but offsets are updated when writing
|
|
8753
8959
|
CMT1 => { # (CR3 files)
|
|
8754
8960
|
Name => 'IFD0',
|
|
8961
|
+
PreservePadding => 1,
|
|
8755
8962
|
SubDirectory => {
|
|
8756
8963
|
TagTable => 'Image::ExifTool::Exif::Main',
|
|
8757
8964
|
ProcessProc => \&Image::ExifTool::ProcessTIFF,
|
|
@@ -8760,6 +8967,7 @@ my %filterConv = (
|
|
|
8760
8967
|
},
|
|
8761
8968
|
CMT2 => { # (CR3 files)
|
|
8762
8969
|
Name => 'ExifIFD',
|
|
8970
|
+
PreservePadding => 1,
|
|
8763
8971
|
SubDirectory => {
|
|
8764
8972
|
TagTable => 'Image::ExifTool::Exif::Main',
|
|
8765
8973
|
ProcessProc => \&Image::ExifTool::ProcessTIFF,
|
|
@@ -8768,6 +8976,7 @@ my %filterConv = (
|
|
|
8768
8976
|
},
|
|
8769
8977
|
CMT3 => { # (CR3 files)
|
|
8770
8978
|
Name => 'MakerNoteCanon',
|
|
8979
|
+
PreservePadding => 1,
|
|
8771
8980
|
SubDirectory => {
|
|
8772
8981
|
TagTable => 'Image::ExifTool::Canon::Main',
|
|
8773
8982
|
ProcessProc => \&ProcessCMT3,
|
|
@@ -8776,6 +8985,7 @@ my %filterConv = (
|
|
|
8776
8985
|
},
|
|
8777
8986
|
CMT4 => { # (CR3 files)
|
|
8778
8987
|
Name => 'GPSInfo',
|
|
8988
|
+
PreservePadding => 1,
|
|
8779
8989
|
SubDirectory => {
|
|
8780
8990
|
TagTable => 'Image::ExifTool::GPS::Main',
|
|
8781
8991
|
ProcessProc => \&Image::ExifTool::ProcessTIFF,
|
|
@@ -8786,6 +8996,7 @@ my %filterConv = (
|
|
|
8786
8996
|
THMB => {
|
|
8787
8997
|
Name => 'ThumbnailImage',
|
|
8788
8998
|
Groups => { 2 => 'Preview' },
|
|
8999
|
+
PreservePadding => 1,
|
|
8789
9000
|
RawConv => 'substr($val, 16)',
|
|
8790
9001
|
Binary => 1,
|
|
8791
9002
|
},
|
|
@@ -8800,6 +9011,7 @@ my %filterConv = (
|
|
|
8800
9011
|
WRITE_PROC => 'Image::ExifTool::QuickTime::WriteQuickTime',
|
|
8801
9012
|
CNOP => {
|
|
8802
9013
|
Name => 'CanonVRD',
|
|
9014
|
+
PreservePadding => 1,
|
|
8803
9015
|
SubDirectory => {
|
|
8804
9016
|
TagTable => 'Image::ExifTool::CanonVRD::Main',
|
|
8805
9017
|
WriteProc => 'Image::ExifTool::CanonVRD::WriteCanonDR4',
|
|
@@ -9918,7 +10130,7 @@ Canon maker notes in EXIF information.
|
|
|
9918
10130
|
|
|
9919
10131
|
=head1 AUTHOR
|
|
9920
10132
|
|
|
9921
|
-
Copyright 2003-
|
|
10133
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
9922
10134
|
|
|
9923
10135
|
This library is free software; you can redistribute it and/or modify it
|
|
9924
10136
|
under the same terms as Perl itself.
|
|
@@ -1290,9 +1290,19 @@ my %convPFn = ( PrintConv => \&ConvertPfn, PrintConvInv => \&ConvertPfnInv );
|
|
|
1290
1290
|
},
|
|
1291
1291
|
},
|
|
1292
1292
|
0x0106 => [{
|
|
1293
|
+
Name => 'AEBShotCount',
|
|
1294
|
+
Condition => '$$self{Model} =~ /\b90D\b/',
|
|
1295
|
+
Notes => 'EOS 90D', # (and who knows what others?)
|
|
1296
|
+
PrintConv => {
|
|
1297
|
+
2 => '2 shots',
|
|
1298
|
+
3 => '3 shots',
|
|
1299
|
+
5 => '5 shots',
|
|
1300
|
+
7 => '7 shots',
|
|
1301
|
+
},
|
|
1302
|
+
},{
|
|
1293
1303
|
Name => 'AEBShotCount',
|
|
1294
1304
|
Condition => '$count == 1',
|
|
1295
|
-
Notes => '
|
|
1305
|
+
Notes => 'other models storing a single value',
|
|
1296
1306
|
PrintConv => {
|
|
1297
1307
|
0 => '3 shots',
|
|
1298
1308
|
1 => '2 shots',
|
|
@@ -1302,7 +1312,7 @@ my %convPFn = ( PrintConv => \&ConvertPfn, PrintConvInv => \&ConvertPfnInv );
|
|
|
1302
1312
|
},{
|
|
1303
1313
|
Name => 'AEBShotCount',
|
|
1304
1314
|
Count => 2,
|
|
1305
|
-
Notes => 'two values
|
|
1315
|
+
Notes => 'models storing two values',
|
|
1306
1316
|
PrintConv => {
|
|
1307
1317
|
'3 0' => '3 shots',
|
|
1308
1318
|
'2 1' => '2 shots',
|
|
@@ -2863,7 +2873,7 @@ Image::ExifTool to read this information.
|
|
|
2863
2873
|
|
|
2864
2874
|
=head1 AUTHOR
|
|
2865
2875
|
|
|
2866
|
-
Copyright 2003-
|
|
2876
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
2867
2877
|
|
|
2868
2878
|
This library is free software; you can redistribute it and/or modify it
|
|
2869
2879
|
under the same terms as Perl itself.
|
|
@@ -877,7 +877,7 @@ tags.)
|
|
|
877
877
|
|
|
878
878
|
=head1 AUTHOR
|
|
879
879
|
|
|
880
|
-
Copyright 2003-
|
|
880
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
881
881
|
|
|
882
882
|
This library is free software; you can redistribute it and/or modify it
|
|
883
883
|
under the same terms as Perl itself.
|
|
@@ -2264,7 +2264,7 @@ files, and as a trailer in JPEG, CRW, CR2 and TIFF images.
|
|
|
2264
2264
|
|
|
2265
2265
|
=head1 AUTHOR
|
|
2266
2266
|
|
|
2267
|
-
Copyright 2003-
|
|
2267
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
2268
2268
|
|
|
2269
2269
|
This library is free software; you can redistribute it and/or modify it
|
|
2270
2270
|
under the same terms as Perl itself.
|
|
@@ -221,7 +221,7 @@ settings files (COS).
|
|
|
221
221
|
|
|
222
222
|
=head1 AUTHOR
|
|
223
223
|
|
|
224
|
-
Copyright 2003-
|
|
224
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
225
225
|
|
|
226
226
|
This library is free software; you can redistribute it and/or modify it
|
|
227
227
|
under the same terms as Perl itself.
|
|
@@ -2034,7 +2034,7 @@ Casio maker notes in EXIF information.
|
|
|
2034
2034
|
|
|
2035
2035
|
=head1 AUTHOR
|
|
2036
2036
|
|
|
2037
|
-
Copyright 2003-
|
|
2037
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
2038
2038
|
|
|
2039
2039
|
This library is free software; you can redistribute it and/or modify it
|
|
2040
2040
|
under the same terms as Perl itself.
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Revisions: 2009/08/28 - P. Harvey created
|
|
7
7
|
# 2010/01/20 - P. Harvey complete re-write
|
|
8
8
|
# 2010/07/16 - P. Harvey added UTF-16 support
|
|
9
|
+
#
|
|
10
|
+
# Notes: Charset lookups are generated using my convertCharset script
|
|
9
11
|
#------------------------------------------------------------------------------
|
|
10
12
|
|
|
11
13
|
package Image::ExifTool::Charset;
|
|
@@ -420,7 +422,7 @@ when decoding certain types of information.
|
|
|
420
422
|
|
|
421
423
|
=head1 AUTHOR
|
|
422
424
|
|
|
423
|
-
Copyright 2003-
|
|
425
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
424
426
|
|
|
425
427
|
This library is free software; you can redistribute it and/or modify it
|
|
426
428
|
under the same terms as Perl itself.
|
|
@@ -3853,7 +3853,7 @@ No translation of special characters sets is done.
|
|
|
3853
3853
|
|
|
3854
3854
|
=head1 AUTHOR
|
|
3855
3855
|
|
|
3856
|
-
Copyright 2003-
|
|
3856
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
3857
3857
|
|
|
3858
3858
|
This library is free software; you can redistribute it and/or modify it
|
|
3859
3859
|
under the same terms as Perl itself.
|
|
@@ -151,7 +151,7 @@ the maker notes in images from some DJI Phantom drones.
|
|
|
151
151
|
|
|
152
152
|
=head1 AUTHOR
|
|
153
153
|
|
|
154
|
-
Copyright 2003-
|
|
154
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
155
155
|
|
|
156
156
|
This library is free software; you can redistribute it and/or modify it
|
|
157
157
|
under the same terms as Perl itself.
|
|
@@ -820,7 +820,7 @@ information in DNG (Digital Negative) images.
|
|
|
820
820
|
|
|
821
821
|
=head1 AUTHOR
|
|
822
822
|
|
|
823
|
-
Copyright 2003-
|
|
823
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
824
824
|
|
|
825
825
|
This library is free software; you can redistribute it and/or modify it
|
|
826
826
|
under the same terms as Perl itself.
|
|
@@ -225,7 +225,7 @@ metadata from DPX (Digital Picture Exchange) images.
|
|
|
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.
|
|
@@ -291,7 +291,7 @@ information from DV (raw Digital Video) files.
|
|
|
291
291
|
|
|
292
292
|
=head1 AUTHOR
|
|
293
293
|
|
|
294
|
-
Copyright 2003-
|
|
294
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
295
295
|
|
|
296
296
|
This library is free software; you can redistribute it and/or modify it
|
|
297
297
|
under the same terms as Perl itself.
|
|
@@ -15,7 +15,7 @@ use strict;
|
|
|
15
15
|
use vars qw($VERSION);
|
|
16
16
|
use Image::ExifTool::XMP;
|
|
17
17
|
|
|
18
|
-
$VERSION = '1.
|
|
18
|
+
$VERSION = '1.06';
|
|
19
19
|
|
|
20
20
|
my %dateTimeInfo = (
|
|
21
21
|
# NOTE: Do NOT put "Groups" here because Groups hash must not be common!
|
|
@@ -38,7 +38,7 @@ my %event = (
|
|
|
38
38
|
earliestDate => { %dateTimeInfo, Groups => { 2 => 'Time' } },
|
|
39
39
|
endDayOfYear => { Writable => 'integer', Groups => { 2 => 'Time' } },
|
|
40
40
|
eventDate => { %dateTimeInfo, Groups => { 2 => 'Time' } },
|
|
41
|
-
eventID => { },
|
|
41
|
+
eventID => { Avoid => 1, Notes => 'avoided in favor of XMP-iptcExt:EventID' },
|
|
42
42
|
eventRemarks => { Writable => 'lang-alt' },
|
|
43
43
|
eventTime => {
|
|
44
44
|
Groups => { 2 => 'Time' },
|
|
@@ -360,7 +360,7 @@ This file contains tag definitions for the Darwin Core XMP namespace.
|
|
|
360
360
|
|
|
361
361
|
=head1 AUTHOR
|
|
362
362
|
|
|
363
|
-
Copyright 2003-
|
|
363
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
364
364
|
|
|
365
365
|
This library is free software; you can redistribute it and/or modify it
|
|
366
366
|
under the same terms as Perl itself.
|
|
@@ -353,7 +353,7 @@ Image::ExifTool::AIFF.
|
|
|
353
353
|
|
|
354
354
|
=head1 AUTHOR
|
|
355
355
|
|
|
356
|
-
Copyright 2003-
|
|
356
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
357
357
|
|
|
358
358
|
This library is free software; you can redistribute it and/or modify it
|
|
359
359
|
under the same terms as Perl itself.
|
|
@@ -1398,7 +1398,7 @@ library files.
|
|
|
1398
1398
|
|
|
1399
1399
|
=head1 AUTHOR
|
|
1400
1400
|
|
|
1401
|
-
Copyright 2003-
|
|
1401
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
1402
1402
|
|
|
1403
1403
|
This library is free software; you can redistribute it and/or modify it
|
|
1404
1404
|
under the same terms as Perl itself.
|