Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:51
· 598 commits to refs/heads/master since this release
c4ec1cd

This release is fully compatible with 0.5.0 version.

Added

  • chroma=4xx optional subsampling parameter for save. Equivalent to enc_params=[("chroma", "4xx")] in old versions.

Changed

  • enc_params for save changed type from List[Tuple[str, str]] to Dict. Old code will still work, but marked as deprecated.
  • libheif_info now returns also bundled versions of x265 and aom.
  • options().avif marked as deprecated. Starting from 0.6.0 version to register an AVIF plugin there will be a separate function and it will be disabled by default.
  • options().hevc_enc marked as deprecated and will be removed in 0.6.0.

Fixed

  • Rare situation when exif orientation is 1 and xmp orientation different from 1 present at same time.
  • XMP tags orientation that are generated by exiftool in some cases.
  • Updated libaom on Linux and Windows from 3.3.0 to 3.4.0 version. MacOS builds had already that version in 0.5.0.
  • Pillow plugin now does not register save methods for HEIF format if build does not contains HEIF encoder(for custom builds from source).
  • Slightly speed optimizations for working in a Pillow plugin mode.