Package Release Info

python-pillow-heif-0.22.0-bp160.1.8

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pillow-heif

Change Logs

* Sun Mar 16 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 0.22.0:
  * Boolean pillow_heif.options.DISABLE_SECURITY_LIMITS to bypass security
    limit of libheif for the image size.
  * AVIF format marked as deprecated and pending for the removal.
* Fri Nov 29 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 0.21.0:
  * Allow specifying encoder parameters for non-primary images in image sequence.
  * Error argument '-Ofast' is deprecated when building from source.
- switch to github tarball, so we can build the documentation
* Sat Oct 19 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 0.20.0:
  * Initial support for parsing auxiliary images.
  * Dropped Python 3.8 support
  * More accurate error handling in the C module
  * Support for Pillow 11.0.0
- remove building option for x265, as I can't verify it for now
* Sat Jul 27 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 0.18.0:
  * image.info["heif"] dictionary with camera_intrinsic_matrix HEIF
    specific metadata. Currently only reading is supported.
  * python 3.13.0b3 support added
* Fri Jul 05 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 0.17.0:
  * Support for Pillow 10.4.0
  * Minimum supported Pillow version raised to 10.1.0
  * xmp in info dictionary is now not present if it is empty
  * Processing of the images in P mode with transparency = 0
- adapt packaging to better handle rebuilding
- disable tests for now, as it can't find the correct libs
* Sun Jun 02 2024 Richard Rahl <rrahl0@disroot.org>
- remove itself from BuildRequires
* Wed May 22 2024 Richard Rahl <rrahl0@disroot.org>
- initial packaging