exiftool_vendored 13.27.0 → 13.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/Changes +52 -1
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/arg_files/exif2xmp.args +2 -1
- data/bin/arg_files/xmp2exif.args +2 -1
- data/bin/config_files/pix4d.config +9 -8
- data/bin/exiftool +16 -13
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +1 -1
- data/bin/lib/Image/ExifTool/Canon.pm +4 -2
- data/bin/lib/Image/ExifTool/Exif.pm +3 -1
- data/bin/lib/Image/ExifTool/FujiFilm.pm +2 -1
- data/bin/lib/Image/ExifTool/GIMP.pm +1 -1
- data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
- data/bin/lib/Image/ExifTool/JPEG.pm +20 -8
- data/bin/lib/Image/ExifTool/LigoGPS.pm +16 -2
- data/bin/lib/Image/ExifTool/MPF.pm +5 -1
- data/bin/lib/Image/ExifTool/MakerNotes.pm +3 -3
- data/bin/lib/Image/ExifTool/Olympus.pm +6 -2
- data/bin/lib/Image/ExifTool/Panasonic.pm +9 -1
- data/bin/lib/Image/ExifTool/Parrot.pm +54 -7
- data/bin/lib/Image/ExifTool/Pentax.pm +122 -31
- data/bin/lib/Image/ExifTool/Plot.pm +36 -15
- data/bin/lib/Image/ExifTool/QuickTime.pm +72 -5
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +20 -6
- data/bin/lib/Image/ExifTool/README +5 -0
- data/bin/lib/Image/ExifTool/Sigma.pm +12 -4
- data/bin/lib/Image/ExifTool/Sony.pm +8 -3
- data/bin/lib/Image/ExifTool/TagLookup.pm +3743 -3730
- data/bin/lib/Image/ExifTool/TagNames.pod +51 -8
- data/bin/lib/Image/ExifTool/WriteExif.pl +2 -0
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +2 -0
- data/bin/lib/Image/ExifTool/Writer.pl +18 -7
- data/bin/lib/Image/ExifTool/XMP.pm +2 -2
- data/bin/lib/Image/ExifTool.pm +6 -5
- data/bin/lib/Image/ExifTool.pod +11 -11
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +2 -2
@@ -10604,7 +10604,7 @@ my %isoSetting2010 = (
|
|
10604
10604
|
0x800b => { Name => 'Sony_rtmd_0x800b', Format => 'int16u', %hidUnk }, # (ZoomRingPosition?, forum14315)
|
10605
10605
|
# 0x8100 - 16 bytes starting with 0x060e2b340401
|
10606
10606
|
0x8100 => { Name => 'Sony_rtmd_0x8100', Format => 'int8u', %hidUnk },
|
10607
|
-
0x8101 => { Name => 'Sony_rtmd_0x8101', Format => 'int8u', %hidUnk }, # seen: 0,1
|
10607
|
+
0x8101 => { Name => 'Sony_rtmd_0x8101', Format => 'int8u', %hidUnk }, # seen: 0,1,2
|
10608
10608
|
0x8104 => { Name => 'Sony_rtmd_0x8104', Format => 'int16u', %hidUnk }, # seen: 35616
|
10609
10609
|
0x8105 => { Name => 'Sony_rtmd_0x8105', Format => 'int16u', %hidUnk }, # seen: 20092
|
10610
10610
|
0x8106 => { Name => 'Sony_rtmd_0x8106', Format => 'int32u', %hidUnk }, # seen: "25 1","24000 1001" frame rate?
|
@@ -10625,7 +10625,7 @@ my %isoSetting2010 = (
|
|
10625
10625
|
Format => 'int16u',
|
10626
10626
|
},
|
10627
10627
|
0x810d => { Name => 'Sony_rtmd_0x810d', Format => 'int8u', %hidUnk }, # seen: 0,1
|
10628
|
-
0x8115 => { Name => 'Sony_rtmd_0x8115', Format => 'int16u', %hidUnk }, # seen: 100
|
10628
|
+
0x8115 => { Name => 'Sony_rtmd_0x8115', Format => 'int16u', %hidUnk }, # seen: 100 - ISO
|
10629
10629
|
# 0x8300 - container for other tags in this format
|
10630
10630
|
0x8500 => {
|
10631
10631
|
Name => 'GPSVersionID',
|
@@ -10703,7 +10703,7 @@ my %isoSetting2010 = (
|
|
10703
10703
|
},
|
10704
10704
|
0xe000 => { Name => 'Sony_rtmd_0xe000', Format => 'int8u', %hidUnk }, # (16 bytes)
|
10705
10705
|
0xe300 => { Name => 'Sony_rtmd_0xe300', Format => 'int8u', %hidUnk }, # seen: 0,1
|
10706
|
-
0xe301 => { Name => 'Sony_rtmd_0xe301', Format => 'int32u', %hidUnk }, # seen: 100,1600,12800
|
10706
|
+
0xe301 => { Name => 'Sony_rtmd_0xe301', Format => 'int32u', %hidUnk }, # seen: 100,1600,12800 - ISO
|
10707
10707
|
0xe302 => { Name => 'Sony_rtmd_0xe302', Format => 'int8u', %hidUnk }, # seen: 1
|
10708
10708
|
0xe303 => { #forum12218
|
10709
10709
|
Name => 'WhiteBalance',
|
@@ -10766,6 +10766,11 @@ my %isoSetting2010 = (
|
|
10766
10766
|
0 => 'Sony:FocusPosition2',
|
10767
10767
|
1 => 'FocalLengthIn35mmFormat',
|
10768
10768
|
},
|
10769
|
+
# (NOTE: This calculation may be wrong. "Focus Distance 2 is the result of an erroneous
|
10770
|
+
# user supplied formula to exiftool. It does use data embedded in the raw file,
|
10771
|
+
# but it is not the data. The actual embedded data seems to be proportional to
|
10772
|
+
# magnification not a focus distance. The camera needs to calculate magnification
|
10773
|
+
# for translation stabilization.", ref https://www.fredmiranda.com/forum/topic/1858744/0)
|
10769
10774
|
ValueConv => q{
|
10770
10775
|
return undef unless $val;
|
10771
10776
|
return 'inf' if $val >= 255;
|