1
0

Accepting request 1163310 from home:jubalh:branches:devel:languages:perl

- Update to 12.81:
  * Added ability to read EXIF and XMP from EXR images
  * Added ability to delete unknown trailer when writing MOV/MP4 videos
  * Added ability to write a couple of Stable Diffusion PNG tags
  * Added ability to write one of the Microsoft Xtra Description tags (#248)
  * Added support for using alternate city names in reverse Geolocation
  * Added support for reading timed GPS from DOD LS600W TS videos
  * Added support for new version of Canon DR4 files
  * Added a number of new iTunesInfo tags
  * Added a new Olympus LensType
  * Allow regular expressions to be used when writing Geolocate tag
  * Decode a number of new Nikon tags (thanks Warren Hatch)
  * Enhanced writing of Geolocate tag to also write Keys:LocationName
  * Cache the results of the last reverse geolocation search to speed
    batch processing when multiple files have the same search parameters
  * Patched problem that could cause runtime errors with some invaid tag names
  * Fixed a couple of newly added FujiFilm tags
  * Fixed decoding of FujiFilm AFAreaZoneSize
  * API Changes:
    + Added GeolocAltNames option

OBS-URL: https://build.opensuse.org/request/show/1163310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=148
This commit is contained in:
2024-03-28 13:52:37 +00:00
committed by Git OBS Bridge
parent f36bad07be
commit abc5e05c20
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Mar 28 12:09:07 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 12.81:
* Added ability to read EXIF and XMP from EXR images
* Added ability to delete unknown trailer when writing MOV/MP4 videos
* Added ability to write a couple of Stable Diffusion PNG tags
* Added ability to write one of the Microsoft Xtra Description tags (#248)
* Added support for using alternate city names in reverse Geolocation
* Added support for reading timed GPS from DOD LS600W TS videos
* Added support for new version of Canon DR4 files
* Added a number of new iTunesInfo tags
* Added a new Olympus LensType
* Allow regular expressions to be used when writing Geolocate tag
* Decode a number of new Nikon tags (thanks Warren Hatch)
* Enhanced writing of Geolocate tag to also write Keys:LocationName
* Cache the results of the last reverse geolocation search to speed
batch processing when multiple files have the same search parameters
* Patched problem that could cause runtime errors with some invaid tag names
* Fixed a couple of newly added FujiFilm tags
* Fixed decoding of FujiFilm AFAreaZoneSize
* API Changes:
+ Added GeolocAltNames option
-------------------------------------------------------------------
Wed Mar 20 08:42:25 UTC 2024 - Michael Vetter <mvetter@suse.com>