https://github.com/vi/imlib2-bpg
imlib2 plugin for loading BPG images
https://github.com/vi/imlib2-bpg
Last synced: about 1 year ago
JSON representation
imlib2 plugin for loading BPG images
- Host: GitHub
- URL: https://github.com/vi/imlib2-bpg
- Owner: vi
- Created: 2014-12-18T00:33:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T20:31:35.000Z (about 3 years ago)
- Last Synced: 2025-04-15T14:13:59.563Z (about 1 year ago)
- Language: C
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
imlib2-bpg
---
Loader for [BPG image format][1] for Imlib2 (i.e. for [Feh][2]).
Usage
---
1. Ensure Imlib2 development things (like `libimlib2-dev`) are installed;
2. Build libbpg (for example, v0.9.3. Don't worry if you can't build `bpgenc` or `bpgdec` due to missing png or jpg libraries - we need only `libbpg.a`);
3. Adjust BPGDIR in `makefile`;
4. Build and install `bpg.so`.
[1]:http://bellard.org/bpg/
[2]:http://feh.finalrewind.org/