- Updated version of ``pyo3`` to 0.8. - Updated version of ``libheif-rs`` to 0.8.
0.5
================
Changes -------
- Updated version of ``libheif-rs`` to 0.6.
0.4.2
==================
Bug Fixes ---------
- Added checking of image type inside of ``HeifImageFile._open()``.
0.4
================
Features --------
- Added ``RawHeifImage.check_file_type`` to check by first bytes of file what it file is supported by ``libheif``. - Added opener plugin for ``Pillow``.
0.3
================
Features --------
- Added method for creating ``HeifImage`` from any file-like object.