exiftool_vendored 13.02.0 → 13.03.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -809,8 +809,21 @@ Reference units for writing GPSSpeed when geotagging:
809
809
 
810
810
  Time shift to apply to all extracted date/time PrintConv values. Does not
811
811
  affect ValueConv values. Value is a date/time shift string (see
812
- L<Image::ExifTool::Shift(3pm)|Image::ExifTool::Shift.pl>), with a leading
813
- '-' for negative shifts. Default is undef.
812
+ L<Image::ExifTool::Shift(3pm)|Image::ExifTool::Shift.pl>) with a leading
813
+ '-' for negative shifts, or a tag name with option group prefix followed
814
+ by '+' or '-' then the shift string. Default is undef.
815
+
816
+ Note: When specifying a number of months and/or years to shift, the tag for
817
+ the starting date should be specified so the number of days can be
818
+ determined unambiguously. For example:
819
+
820
+ 'createdate-1:0:0 0:0:0' - shift back by the length of the
821
+ year before the CreateDate value
822
+ 'xmp:createdate+0:2:0 0' - shift forward by the length of
823
+ the 2 months after XMP:CreateDate
824
+
825
+ If the starting tag is not specified, or the specified tag isn't available,
826
+ then the shift is calculated based on the first shifted tag.
814
827
 
815
828
  =item Group#
816
829
 
@@ -2563,7 +2576,7 @@ Pentax, PhaseOne, PhotoCD, PhotoMechanic, Photoshop, PictureInfo,
2563
2576
  PostScript, PreviewIFD, PrintIM, ProfileIFD, Qualcomm, QuickTime, RAF, RAF2,
2564
2577
  RIFF, RMETA, RSRC, RTF, Radiance, Rawzor, Real, Real-CONT, Real-MDPR,
2565
2578
  Real-PROP, Real-RA3, Real-RA4, Real-RA5, Real-RJMD, Reconyx, Red, Ricoh,
2566
- SPIFF, SR2, SR2DataIFD, SR2SubIFD, SRF#, SVG, Samsung, Sanyo, Scalado,
2579
+ SEAL, SPIFF, SR2, SR2DataIFD, SR2SubIFD, SRF#, SVG, Samsung, Sanyo, Scalado,
2567
2580
  Sigma, SigmaRaw, Sony, SonyIDC, Stim, SubIFD, System, Theora, Torrent,
2568
2581
  Track#, UserData, VCalendar, VCard, VNote, Version0, Vorbis, WTV, XML, XMP,
2569
2582
  XMP-DICOM, XMP-Device, XMP-GAudio, XMP-GCamera, XMP-GContainer,
@@ -1,6 +1,6 @@
1
1
  Summary: perl module for image data extraction
2
2
  Name: perl-Image-ExifTool
3
- Version: 13.02
3
+ Version: 13.03
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.02.0')
4
+ VERSION = Gem::Version.new('13.03.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.02.0
4
+ version: 13.03.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: 2024-11-11 00:00:00.000000000 Z
12
+ date: 2024-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: exiftool