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.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +52 -1
  3. data/bin/META.json +1 -1
  4. data/bin/META.yml +1 -1
  5. data/bin/README +2 -2
  6. data/bin/arg_files/exif2xmp.args +2 -1
  7. data/bin/arg_files/xmp2exif.args +2 -1
  8. data/bin/config_files/pix4d.config +9 -8
  9. data/bin/exiftool +16 -13
  10. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +1 -1
  11. data/bin/lib/Image/ExifTool/Canon.pm +4 -2
  12. data/bin/lib/Image/ExifTool/Exif.pm +3 -1
  13. data/bin/lib/Image/ExifTool/FujiFilm.pm +2 -1
  14. data/bin/lib/Image/ExifTool/GIMP.pm +1 -1
  15. data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
  16. data/bin/lib/Image/ExifTool/JPEG.pm +20 -8
  17. data/bin/lib/Image/ExifTool/LigoGPS.pm +16 -2
  18. data/bin/lib/Image/ExifTool/MPF.pm +5 -1
  19. data/bin/lib/Image/ExifTool/MakerNotes.pm +3 -3
  20. data/bin/lib/Image/ExifTool/Olympus.pm +6 -2
  21. data/bin/lib/Image/ExifTool/Panasonic.pm +9 -1
  22. data/bin/lib/Image/ExifTool/Parrot.pm +54 -7
  23. data/bin/lib/Image/ExifTool/Pentax.pm +122 -31
  24. data/bin/lib/Image/ExifTool/Plot.pm +36 -15
  25. data/bin/lib/Image/ExifTool/QuickTime.pm +72 -5
  26. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +20 -6
  27. data/bin/lib/Image/ExifTool/README +5 -0
  28. data/bin/lib/Image/ExifTool/Sigma.pm +12 -4
  29. data/bin/lib/Image/ExifTool/Sony.pm +8 -3
  30. data/bin/lib/Image/ExifTool/TagLookup.pm +3743 -3730
  31. data/bin/lib/Image/ExifTool/TagNames.pod +51 -8
  32. data/bin/lib/Image/ExifTool/WriteExif.pl +2 -0
  33. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +2 -0
  34. data/bin/lib/Image/ExifTool/Writer.pl +18 -7
  35. data/bin/lib/Image/ExifTool/XMP.pm +2 -2
  36. data/bin/lib/Image/ExifTool.pm +6 -5
  37. data/bin/lib/Image/ExifTool.pod +11 -11
  38. data/bin/perl-Image-ExifTool.spec +1 -1
  39. data/lib/exiftool_vendored/version.rb +1 -1
  40. metadata +2 -2
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
12
12
  =head1 TAG TABLES
13
13
 
14
14
  The tables listed below give the names of all tags recognized by ExifTool.
15
- They contain a total of 28440 tags, with 17667 unique tag names.
15
+ They contain a total of 28450 tags, with 17673 unique tag names.
16
16
 
17
17
  B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
18
18
  table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
@@ -154,7 +154,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
154
154
  InfiRaySensor InfiRay Sensor
155
155
  SEAL XMP SEAL
156
156
  'APP10' Comment no
157
- HDRGainCurve no
157
+ HDRGainInfo -
158
158
  'APP11' JPEG-HDR JPEG HDR
159
159
  JUMBF Jpeg2000
160
160
  'APP12' PictureInfo APP12 PictureInfo
@@ -171,6 +171,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
171
171
  FotoStation FotoStation
172
172
  PhotoMechanic PhotoMechanic
173
173
  MIE MIE
174
+ MPF MPF
174
175
  Samsung Samsung Trailer
175
176
  Vivo Trailer Vivo
176
177
  OnePlus Trailer OnePlus
@@ -277,6 +278,13 @@ Tags found in the XML metadata of the APP9 "Media Jukebox" segment.
277
278
  Tool_Name no
278
279
  Tool_Version no
279
280
 
281
+ =head3 JPEG HDRGainInfo Tags
282
+
283
+ Index1 Tag Name Writable
284
+ ------ -------- --------
285
+ 6 HDRGainCurveSize no
286
+ 10 HDRGainCurve no
287
+
280
288
  =head3 JPEG HDR Tags
281
289
 
282
290
  Information extracted from APP11 of a JPEG-HDR image.
@@ -19903,6 +19911,7 @@ These tags are used in Panasonic/Leica cameras.
19903
19911
  0x00d1 ISO int32u
19904
19912
  0x00d2 MonochromeGrainEffect int16u
19905
19913
  0x00d6 NoiseReductionStrength rational64s
19914
+ 0x00de AFAreaSize rational64u[2]
19906
19915
  0x00e4 LensTypeModel int16u
19907
19916
  0x00e8 MinimumISO int32u
19908
19917
  0x00e9 AFSubjectDetection int16u
@@ -20340,6 +20349,7 @@ These tags are used in Pentax/Asahi cameras.
20340
20349
  0x0230 FirmwareVersion string
20341
20350
  0x0231 ContrastDetectAFArea int16u[4]
20342
20351
  0x0235 CrossProcessParams undef[10]
20352
+ 0x0238 CAFPointInfo Pentax CAFPointInfo
20343
20353
  0x0239 LensInfoQ Pentax LensInfoQ
20344
20354
  0x023f Model string
20345
20355
  0x0243 PixelShiftInfo Pentax PixelShiftInfo
@@ -20667,7 +20677,7 @@ Flash information tags for the K10D, K20D and K200D.
20667
20677
  7 AFIntegrationTime int8u
20668
20678
  11 AFPointsInFocus int8u
20669
20679
  20 AFPointValues? no
20670
- 298 AFPoints int8u[41]~
20680
+ 298 AFPointsSelected int8u[41]~
20671
20681
  399 AFPointsUnknown? int8u[41]~
20672
20682
  506 LiveView int8u
20673
20683
  509 AFHold int8u
@@ -20864,6 +20874,17 @@ valid for other models.
20864
20874
  83 WB_RGGBLevelsUnknown? int16u[4]
20865
20875
  92 WB_RGGBLevelsUserSelected int16u[4]
20866
20876
 
20877
+ =head3 Pentax CAFPointInfo Tags
20878
+
20879
+ Contrast-detect AF-point information for the K-01 and later models.
20880
+
20881
+ Index1 Tag Name Writable
20882
+ ------ -------- --------
20883
+ 1 NumCAFPoints no
20884
+ 1.1 CAFGridSize no
20885
+ 2 CAFPointsInFocus no
20886
+ 2.1 CAFPointsSelected no
20887
+
20867
20888
  =head3 Pentax LensInfoQ Tags
20868
20889
 
20869
20890
  More lens information stored by the Pentax Q.
@@ -20888,9 +20909,9 @@ AF point information written by the K-1.
20888
20909
  Index1 Tag Name Writable
20889
20910
  ------ -------- --------
20890
20911
  2 NumAFPoints int16u
20891
- 4 AFPointsInFocus int8u[9]~
20892
- 4.1 AFPointsSelected int8u[9]~
20893
- 4.2 AFPointsSpecial int8u[9]~
20912
+ 4 AFPointsInFocus no
20913
+ 4.1 AFPointsSelected no
20914
+ 4.2 AFPointsSpecial no
20894
20915
 
20895
20916
  =head3 Pentax TempInfo Tags
20896
20917
 
@@ -30314,6 +30335,7 @@ for the official QuickTime specification.
30314
30335
  'gdat' GPSData QuickTime Stream
30315
30336
  'gps0' GPSTrack QuickTime Stream
30316
30337
  'gsen' GSensor QuickTime Stream
30338
+ 'inst' Insta360Info QuickTime Stream
30317
30339
  'junk' Junk? no
30318
30340
  'mdat' MediaData? no
30319
30341
  'mdat-offset' MediaDataOffset no
@@ -30338,6 +30360,7 @@ for the official QuickTime specification.
30338
30360
  'udat' GPSLog no
30339
30361
  'udta' KenwoodData QuickTime Stream
30340
30362
  LigoJSON QuickTime Stream
30363
+ GKUData QuickTime Stream
30341
30364
  FLIRData FLIR UserData
30342
30365
  'uuid' XMP XMP
30343
30366
  UUID-PROF QuickTime Profile
@@ -30357,7 +30380,7 @@ for the official QuickTime specification.
30357
30380
  The tags below are extracted from timed metadata in QuickTime and other
30358
30381
  formats of video files when the ExtractEmbedded option is used. Although
30359
30382
  most of these tags are combined into the single table below, ExifTool
30360
- currently reads 104 different types of timed GPS metadata from video files.
30383
+ currently reads 107 different types of timed GPS metadata from video files.
30361
30384
 
30362
30385
  Tag ID Tag Name Writable
30363
30386
  ------ -------- --------
@@ -31644,6 +31667,7 @@ the config file.
31644
31667
  'RMKN' RicohRMKN EXIF
31645
31668
  'RTHU' PreviewImage no
31646
31669
  'SDLN' PlayMode string
31670
+ 'SIGM' PreviewImage no
31647
31671
  'SNum' SerialNumber string/
31648
31672
  'SelO' PlaySelection int8u
31649
31673
  'TAGS' FujiFilmTags FujiFilm MOV
@@ -31707,6 +31731,7 @@ the config file.
31707
31731
  'mcvr' PreviewImage string
31708
31732
  'meta' Meta QuickTime Meta
31709
31733
  'modl' Model no
31734
+ 'nail' ThumbnailTIFF no
31710
31735
  'name' Name string
31711
31736
  'perf' Performer string/
31712
31737
  'pmcc' GarminSettings string
@@ -32775,9 +32800,11 @@ specification.
32775
32800
  'E2' ParrotFollowMe Parrot FollowMe
32776
32801
  'E3' ParrotAutomation Parrot Automation
32777
32802
  'application/arcore-accel' ARCoreAccel Parrot ARCoreAccel
32803
+ 'application/arcore-accel-0' ARCoreAccel0 Parrot ARCoreAccel0
32778
32804
  'application/arcore-custom-event'
32779
32805
  ARCoreCustom Parrot ARCoreCustom
32780
32806
  'application/arcore-gyro' ARCoreGyro Parrot ARCoreGyro
32807
+ 'application/arcore-gyro-0' ARCoreGyro0 Parrot ARCoreGyro0
32781
32808
  'application/arcore-video-0' ARCoreVideo Parrot ARCoreVideo
32782
32809
 
32783
32810
  =head3 Parrot V1 Tags
@@ -32915,6 +32942,14 @@ ARCore accelerometer data.
32915
32942
  4 AccelerometerUnknown? no
32916
32943
  5 Accelerometer no
32917
32944
 
32945
+ =head3 Parrot ARCoreAccel0 Tags
32946
+
32947
+ ARCore accelerometer data.
32948
+
32949
+ Index1 Tag Name Writable
32950
+ ------ -------- --------
32951
+ 9 Accelerometer no
32952
+
32918
32953
  =head3 Parrot ARCoreCustom Tags
32919
32954
 
32920
32955
  Index1 Tag Name Writable
@@ -32923,13 +32958,21 @@ ARCore accelerometer data.
32923
32958
 
32924
32959
  =head3 Parrot ARCoreGyro Tags
32925
32960
 
32926
- ARCore accelerometer data.
32961
+ ARCore gyro data.
32927
32962
 
32928
32963
  Index1 Tag Name Writable
32929
32964
  ------ -------- --------
32930
32965
  4 GyroscopeUnknown? no
32931
32966
  5 Gyroscope no
32932
32967
 
32968
+ =head3 Parrot ARCoreGyro0 Tags
32969
+
32970
+ ARCore gyro data.
32971
+
32972
+ Index1 Tag Name Writable
32973
+ ------ -------- --------
32974
+ 9 Gyroscope no
32975
+
32933
32976
  =head3 Parrot ARCoreVideo Tags
32934
32977
 
32935
32978
  Index1 Tag Name Writable
@@ -2434,6 +2434,8 @@ NoOverwrite: next if $isNew > 0;
2434
2434
  } else {
2435
2435
  my $fixedOffset = Get32u(\$newData, $offsets);
2436
2436
  my $padToFixedOffset = $fixedOffset - ($newOffset + $dpos);
2437
+ # account for blocks that come before this (Pansonic DC-S1RM2, forum17319)
2438
+ $padToFixedOffset -= $$_[1] + $$_[2] foreach @imageData;
2437
2439
  if ($padToFixedOffset < 0) {
2438
2440
  $et->Error('Metadata too large to fit before fixed-offset image data');
2439
2441
  } else {
@@ -1248,6 +1248,8 @@ ItemID2: foreach $id (reverse sort { $a <=> $b } keys %$items) {
1248
1248
  my $base = ($$dirInfo{Base} || 0) + $raf->Tell() - $size;
1249
1249
  my $dPos = 0;
1250
1250
  my $hdrLen = $start;
1251
+ # handle case where known trailer is the payload of a "DontRead" box (eg. 'inst')
1252
+ $trailer = $$trailer[3] if $$tagInfo{DontRead} and $trailer and $base == $$trailer[1];
1251
1253
  if ($$subdir{Base}) {
1252
1254
  my $localBase = eval $$subdir{Base};
1253
1255
  $dPos -= $localBase;
@@ -76,6 +76,8 @@ my %jpegMap = (
76
76
  MetaIFD => 'Meta',
77
77
  RMETA => 'APP5',
78
78
  SEAL => ['APP8','APP9'], # (note: add 'IFD0' if this is a possibility)
79
+ AROT => 'APP10',
80
+ JUMBF => 'APP11',
79
81
  Ducky => 'APP12',
80
82
  Photoshop => 'APP13',
81
83
  Adobe => 'APP14',
@@ -138,12 +140,12 @@ my %rawType = (
138
140
  # 2) any dependencies must be added to %excludeGroups
139
141
  my @delGroups = qw(
140
142
  Adobe AFCP APP0 APP1 APP2 APP3 APP4 APP5 APP6 APP7 APP8 APP9 APP10 APP11 APP12
141
- APP13 APP14 APP15 AudioKeys CanonVRD CIFF Ducky EXIF ExifIFD File FlashPix
143
+ APP13 APP14 APP15 AROT AudioKeys CanonVRD CIFF Ducky EXIF ExifIFD File FlashPix
142
144
  FotoStation GlobParamIFD GPS ICC_Profile IFD0 IFD1 Insta360 InteropIFD IPTC
143
- ItemList iTunes JFIF Jpeg2000 JUMBF Keys MakerNotes Meta MetaIFD Microsoft
144
- MIE MPF Nextbase NikonApp NikonCapture PDF PDF-update PhotoMechanic
145
- Photoshop PNG PNG-pHYs PrintIM QuickTime RMETA RSRC SEAL SubIFD Trailer
146
- UserData VideoKeys Vivo XML XML-* XMP XMP-*
145
+ ItemList iTunes JFIF Jpeg2000 JUMBF Keys MakerNotes Meta MetaIFD Microsoft MIE
146
+ MPF Nextbase NikonApp NikonCapture PDF PDF-update PhotoMechanic Photoshop PNG
147
+ PNG-pHYs PrintIM QuickTime RMETA RSRC SEAL SubIFD Trailer UserData VideoKeys
148
+ Vivo XML XML-* XMP XMP-*
147
149
  );
148
150
  # family 2 group names that we can delete
149
151
  my @delGroup2 = qw(
@@ -1604,6 +1606,8 @@ SET: foreach $set (@setList) {
1604
1606
  $$opts{Group} = $dstGrp if $dstGrp;
1605
1607
  my @rtnVals = $self->SetNewValue($dstTag, $val, %$opts);
1606
1608
  $rtnInfo{$dstTag} = $val if $rtnVals[0]; # tag was set successfully
1609
+ # return warning if any
1610
+ $rtnInfo{NextFreeTagKey(\%rtnInfo, 'Warning')} = $rtnVals[1] if $rtnVals[1];
1607
1611
  next;
1608
1612
  }
1609
1613
  foreach $tag (@{$setMatches{$set}}) {
@@ -3406,7 +3410,7 @@ sub InsertTagValues($$;$$$$)
3406
3410
  my $msg = $didExpr ? "Advanced formatting expression returned undef for '$g3${var}'" :
3407
3411
  "Tag '$g3${var}' not defined";
3408
3412
  if (ref $opt) {
3409
- $self->Warn($msg,2) or $val = '';
3413
+ $val = '' if $$self{OPTIONS}{IgnoreMinorErrors};
3410
3414
  } elsif ($opt) {
3411
3415
  no strict 'refs';
3412
3416
  ($opt eq 'Silent' or &$opt($self, $msg, 2)) and return $$self{FMT_EXPR} = undef;
@@ -5736,6 +5740,8 @@ sub WriteJPEG($$)
5736
5740
  $s =~ /^(Meta|META|Exif)\0\0/ and $dirName = 'Meta';
5737
5741
  } elsif ($marker == 0xe5) {
5738
5742
  $s =~ /^RMETA\0/ and $dirName = 'RMETA';
5743
+ } elsif ($marker == 0xea) {
5744
+ $s =~ /^AROT\0\0/ and $dirName = 'AROT';
5739
5745
  } elsif ($marker == 0xeb) {
5740
5746
  $s =~ /^JP/ and $dirName = 'JUMBF';
5741
5747
  } elsif ($marker == 0xec) {
@@ -6644,7 +6650,12 @@ sub WriteJPEG($$)
6644
6650
  $segType = 'SEAL';
6645
6651
  $$delGroup{SEAL} and $del = 1;
6646
6652
  }
6647
- } elsif ($marker == 0xeb) { # APP10 (JUMBF)
6653
+ } elsif ($marker == 0xea) { # APP10 (AROT)
6654
+ if ($$segDataPt =~ /^AROT\0\0/) {
6655
+ $segType = 'AROT';
6656
+ $$delGroup{AROT} and $del = 1;
6657
+ }
6658
+ } elsif ($marker == 0xeb) { # APP11 (JUMBF)
6648
6659
  if ($$segDataPt =~ /^JP/) {
6649
6660
  $segType = 'JUMBF';
6650
6661
  $$delGroup{JUMBF} and $del = 1;
@@ -50,7 +50,7 @@ use Image::ExifTool::Exif;
50
50
  use Image::ExifTool::GPS;
51
51
  require Exporter;
52
52
 
53
- $VERSION = '3.73';
53
+ $VERSION = '3.74';
54
54
  @ISA = qw(Exporter);
55
55
  @EXPORT_OK = qw(EscapeXML UnescapeXML);
56
56
 
@@ -3830,7 +3830,7 @@ sub ParseXMPElement($$$;$$$$)
3830
3830
  for (;;) {
3831
3831
  my ($attr, $quote);
3832
3832
  if (length($attrs) < 2000) { # (do it the easy way if attributes aren't stupid long)
3833
- last unless $attrs =~ /(\S+)\s*=\s*(['"])/g;
3833
+ last unless $attrs =~ /(\S+?)\s*=\s*(['"])/g;
3834
3834
  ($attr, $quote) = ($1, $2);
3835
3835
  } else {
3836
3836
  # 13.23 patch to avoid capturing tons of garbage if XMP is corrupted
@@ -27,9 +27,9 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
27
27
  %noWriteFile %magicNumber @langs $defaultLang %langName %charsetName
28
28
  %mimeType $swapBytes $swapWords $currentByteOrder %unpackStd
29
29
  %jpegMarker %specialTags %fileTypeLookup $testLen $exeDir
30
- %static_vars $advFmtSelf);
30
+ %static_vars $advFmtSelf $configFile @configFiles $noConfig);
31
31
 
32
- $VERSION = '13.27';
32
+ $VERSION = '13.30';
33
33
  $RELEASE = '';
34
34
  @ISA = qw(Exporter);
35
35
  %EXPORT_TAGS = (
@@ -10047,8 +10047,9 @@ sub ProcessBinaryData($$$)
10047
10047
  #..............................................................................
10048
10048
  # Load .ExifTool_config file from user's home directory
10049
10049
  # (use of noConfig is now deprecated, use configFile = '' instead)
10050
- until ($Image::ExifTool::noConfig) {
10051
- my $config = $Image::ExifTool::configFile;
10050
+ push @configFiles, $configFile if defined $configFile;
10051
+ until ($noConfig) {
10052
+ my $config = shift @configFiles;
10052
10053
  my $file;
10053
10054
  if (not defined $config) {
10054
10055
  $config = '.ExifTool_config';
@@ -10073,7 +10074,7 @@ until ($Image::ExifTool::noConfig) {
10073
10074
  shift @INC;
10074
10075
  # print warning (minus "Compilation failed" part)
10075
10076
  $@ and $_=$@, s/Compilation failed.*//s, warn $_;
10076
- last;
10077
+ last unless @configFiles;
10077
10078
  }
10078
10079
  # read user-defined lenses (may have been defined by script instead of config file)
10079
10080
  if (@Image::ExifTool::UserDefined::Lenses) {
@@ -2547,17 +2547,17 @@ Here is a complete list of groups for each of these families:
2547
2547
 
2548
2548
  =item Family 0 (Information Type):
2549
2549
 
2550
- AAC, AFCP, AIFF, APE, APP0, APP1, APP11, APP12, APP13, APP14, APP15, APP2,
2551
- APP3, APP4, APP5, APP6, APP7, APP8, APP9, ASF, Audible, Canon, CanonVRD,
2552
- Composite, DICOM, DjVu, DNG, Ducky, DV, EXE, EXIF, ExifTool, File, FITS,
2553
- FLAC, Flash, FlashPix, FLIR, Font, FotoStation, GeoTiff, GIF, GIMP, GM,
2554
- GoPro, H264, HTML, ICC_Profile, ID3, IPTC, ISO, ITC, JFIF, JPEG, Jpeg2000,
2555
- JSON, JUMBF, Leaf, LNK, Lytro, M2TS, MakerNotes, Matroska, Meta, MIE, MIFF,
2556
- MISB, MNG, MOI, MPC, MPEG, MPF, MXF, Ogg, OpenEXR, Opus, Palm, PanasonicRaw,
2557
- Parrot, PDF, PhotoCD, PhotoMechanic, Photoshop, PICT, PLIST, PNG,
2558
- PostScript, PrintIM, Protobuf, PSP, QuickTime, Radiance, RAF, Rawzor, Real,
2559
- Red, RIFF, RSRC, RTF, SigmaRaw, Sony, Stim, SVG, Theora, Torrent, Trailer,
2560
- VCard, Vorbis, WTV, XML, XMP, ZIP
2550
+ AAC, AFCP, AIFF, APE, APP0, APP1, APP10, APP11, APP12, APP13, APP14, APP15,
2551
+ APP2, APP3, APP4, APP5, APP6, APP7, APP8, APP9, ASF, Audible, Canon,
2552
+ CanonVRD, Composite, DICOM, DjVu, DNG, Ducky, DV, EXE, EXIF, ExifTool, File,
2553
+ FITS, FLAC, Flash, FlashPix, FLIR, Font, FotoStation, GeoTiff, GIF, GIMP,
2554
+ GM, GoPro, H264, HTML, ICC_Profile, ID3, IPTC, ISO, ITC, JFIF, JPEG,
2555
+ Jpeg2000, JSON, JUMBF, Leaf, LNK, Lytro, M2TS, MakerNotes, Matroska, Meta,
2556
+ MIE, MIFF, MISB, MNG, MOI, MPC, MPEG, MPF, MXF, Ogg, OpenEXR, Opus, Palm,
2557
+ PanasonicRaw, Parrot, PDF, PhotoCD, PhotoMechanic, Photoshop, PICT, PLIST,
2558
+ PNG, PostScript, PrintIM, Protobuf, PSP, QuickTime, Radiance, RAF, Rawzor,
2559
+ Real, Red, RIFF, RSRC, RTF, SigmaRaw, Sony, Stim, SVG, Theora, Torrent,
2560
+ Trailer, VCard, Vorbis, WTV, XML, XMP, ZIP
2561
2561
 
2562
2562
  =item Family 1 (Specific Location):
2563
2563
 
@@ -1,6 +1,6 @@
1
1
  Summary: perl module for image data extraction
2
2
  Name: perl-Image-ExifTool
3
- Version: 13.27
3
+ Version: 13.30
4
4
  Release: 1
5
5
  License: Artistic/GPL
6
6
  Group: Development/Libraries/Perl
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExiftoolVendored
4
- VERSION = Gem::Version.new('13.27.0')
4
+ VERSION = Gem::Version.new('13.30.0')
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exiftool_vendored
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.27.0
4
+ version: 13.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McEachen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-04-09 00:00:00.000000000 Z
12
+ date: 2025-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: exiftool