项目作者: vi

项目描述 :
HEIC/HEIF decoder for imlib2 (feh)
高级语言: C
项目地址: git://github.com/vi/imlib2-heic.git
创建时间: 2018-10-08T16:41:07Z
项目社区:https://github.com/vi/imlib2-heic

开源协议:BSD 3-Clause "New" or "Revised" License

下载


imlib2-heic

Loader for HEIC for old version of Imlib2 (i.e. for Feh). Based on libheif.

Note that new imlib2 may have heif loader built-in, hence may not require this project to open heic images.

There is a pre-built amd64 deb package on Github releases.

Building and deploying

On Debian amd64:

  1. apt-get install libimlib2-dev libheif-dev pkg-config build-essential
  2. make
  3. Copy libheic.so to /usr/lib/x86_64-linux-gnu/imlib2/loaders

Licence

imlib2-heic is BSD (3-clause), but it depends on libheif which is LGPL.