Skip to content

v0.11.0

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 30 Apr 12:34
· 238 commits to refs/heads/master since this release
52325ac

Changed

  • EXIF raw data in info["exif"] is now skipping first 6 bytes(Exif\x00\x00). Like in Pillow for WEBP.

Fixed

  • EXIF parsing(Xiaomi images and possible others). Thanks to @mxsleo #92
  • (Pillow) deepcopy support for HeifImageFile and AvifImageFile
  • (macOS, arm64) libde265(HEIF decoder) now has the same version as in other builds(1.0.8->1.0.11)
  • (macOS, arm64) libaom(AVIF) now has the same version as in other builds(3.4.0->3.6.0)