From 2ab5eed02f68f8bc1eef076c99f508aed068f85b Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Sun, 19 Sep 2021 03:26:30 +0300 Subject: [PATCH] Update projects.yml (#828) * Update projects.yml Add `pillow-heif` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/data/projects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 398dcf4bf..e4f071ed0 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -383,3 +383,10 @@ ci: [github] os: [apple, windows] notes: Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. + +- name: pillow-heif + gh: bigcat88/pillow_heif + pypi: pillow-heif + ci: [github] + os: [apple, linux] + notes: Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi.