Skip to content

v0.1.7

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 23 Jan 18:45
· 779 commits to master since this release
f1e683c

Added

  • Added manylinux2014_i686 wheels.
  • Integration of PEP 517 in progress, added new instructions for building from source.

Changed

  • Making code cleaner, renamed cffi module from pillow_heif.libheif to _pillow_heif_cffi.
  • libaom bumped from 3.2.0 to 3.3.0

Fixed

  • Fixed AttributeError when calling Image.verify. Thanks @zijian-hu for reporting.