https://github.com/vi/imlib2-heic
HEIC/HEIF decoder for imlib2 (feh)
https://github.com/vi/imlib2-heic
feh heic heif imlib2
Last synced: about 1 month ago
JSON representation
HEIC/HEIF decoder for imlib2 (feh)
- Host: GitHub
- URL: https://github.com/vi/imlib2-heic
- Owner: vi
- License: bsd-3-clause
- Created: 2018-10-08T16:41:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T21:25:26.000Z (about 2 years ago)
- Last Synced: 2025-03-28T21:12:08.227Z (about 2 months ago)
- Topics: feh, heic, heif, imlib2
- Language: C
- Size: 13.7 KB
- Stars: 24
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
imlib2-heic
---Loader for [HEIC][1] for **old version** of Imlib2 (i.e. for [Feh][2]). 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](https://github.com/vi/imlib2-heic/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.
[1]:https://nokiatech.github.io/heif/technical.html
[2]:http://feh.finalrewind.org/