forked from pool/perl-Image-ExifTool
Accepting request 1092588 from home:gkenion:branches:devel:languages:perl
- Update to 12.63:
- Added ability to read/write/create Brotli-compressed metadata
in JXL images (requires IO::Compress::Brotli)
- Added partial support for Exif 3.0 specification:
- Added new EXIF tags
- Added MPF Original Preservation Image type
- Support for reading 'utf8' values (but still write only as
'string')
- Added support for Adobe HDR Gain Map (hdrgm) XMP tags
- Added support for reading 7z files (thanks Amir Gooran, github
#205) (but currently this doesn't work for the Windows .exe
version because I haven't been able to install
Compress::Raw::Lzma for ActivePerl)
- Added XMP-panorama tags
- Added warning if -csv is used with -p
- Added warning if trying to geotag from a UTF-16 track log
- Decode ImageWidth/Height from JXL images using partial codestreams
- Decode more Sony tags for some newer models (thanks Jos Roost)
- Extract GainMapImage (hrgm box) from JXL files
- Extract Guano information from WAV files
- Enhanced ImageDataMD5 feature and renamed to ImageDataHash (with
ImageDataMD5 alias for backward compatibility)
- Changed RARVersion tag name to FileVersion
- Fixed bug introduced in 12.46 which could cause a hang when
reading a corrupted RIFF-based file
- Fixed writing of Composition:GPSPosition when -n is used
- API Changes:
- Added ImageHashType option
OBS-URL: https://build.opensuse.org/request/show/1092588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=115
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Image-ExifTool
|
||||
Name: perl-Image-ExifTool
|
||||
Version: 12.62
|
||||
Version: 12.63
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Read and write meta information
|
||||
|
||||
Reference in New Issue
Block a user