/pyheif

Python 3.6+ interface to libheif library

Primary LanguagePythonApache License 2.0Apache-2.0

pyheif

Python 3.6+ interface to libheif library using CFFI

Simple installation (requires libheif + libde265 + x265)

pip install pyheif

Installing from source - MacOS

brew install libffi libheif
pip install git+https://github.com/david-poirier-csn/pyheif.git

Installing from source - Linux

apt install libffi libheif-dev libde265-dev x265-dev

or

yum install libffi libheif-devel libde265-devel x265-devel

then

pip install git+https://github.com/david-poirier-csn/pyheif.git

Installing from source - Windows

Sorry, not going to happen!