Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 28 Oct 15:22
· 487 commits to refs/heads/master since this release
5e27583

Added

  • Support for images with a premultiplied alpha channel (Pillow does not fully support these).
  • (Heif) premultiplied_alpha read-write property.
  • (Heif) to_pillow method to HeifFile class.
  • (Heif) RGBA;16 -> RGBA conversion.
  • (Heif) RGBa -> RGB conversion.

Changed

  • libaom updated from 3.4.0 to 3.5.0 version. changelog
  • libde265 updated from 1.0.8 to 1.0.9.
  • (Heif) The get_file_mimetype function has been reworked and is now written in python.
  • (Heif) The is_supported function has been reworked and is now written in python.
  • options().strict option marked as deprecated and will be removed in 0.8.0.
  • (Heif) check_heiffunction marked as deprecated.

Fixed

  • (Heif) convert_to should do nothing if the target mode is already the current image mode.
  • (AvifImagePlugin) do not register or accept .avifs files, libheif does not support them.
  • Images in CMYK mode will be converted for RGBA mode during saving instead of throwing KeyError exception.