/pyheif

Python 3.6+ interface to libheif library

Primary LanguagePythonApache License 2.0Apache-2.0

pyheif

Python 3.6+ interface to libheif library

Simple installation (requires libheif + libde265 + x265)

pip install pyheif

Installing from source - MacOS

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

Installing from source - Linux

yum|apt install libheif-dev libde264-dev x265-dev
pip install git+https://github.com/david-poirier-csn/pyheif.git

Installing from source - Windows

Sorry, not going to happen!