Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 21:29
· 338 commits to refs/heads/master since this release
d142345

Changed

  • Minimum supported version of libheif to build from source is 1.13.0
  • Minimum required Pillow version increased from 6.2.0 to 8.3.0, getxmp is used from Pillow now. #55
  • options() was reworked. Added new DECODE_THREADS option. #57

Fixed

  • Added ability to save method to accept exif as PIL.Image.Exif class. #51
  • Linux, Windows: fixed disabled multithreading for image decode. Added tests for this. Thanks to @jtressle #53
  • Linux: building from source has been reworked to no longer require autoconf, automake and pkg-config.