diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-08-21 20:22:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:26 +0700 |
commit | 168717f3b5e37bd567afb1c28039092f69cc366e (patch) | |
tree | 5c404294ebc15435cb1e58960d15e21b76aeb8b5 /libraries/libbpg/README | |
parent | e73157056e605e181df9a547657d0364f140f70b (diff) |
libraries/libbpg: Added (BPG Image Library and Utilities)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libbpg/README')
-rw-r--r-- | libraries/libbpg/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/libbpg/README b/libraries/libbpg/README new file mode 100644 index 0000000000..d5aa204430 --- /dev/null +++ b/libraries/libbpg/README @@ -0,0 +1,16 @@ +Better Portable Grapgics is a new image format to +replace JPEG when quality or size is an issue. It +has high compression ratio and supported by most web +browsers with small javascript decoder.It is based on +the subset of HEVC Open Video Compression Standard. + +An HTML demonstration is available +in /usr/doc/libbpg-0e2aadb_20180428/html/index.html +you can access it by using the Falkon web browser or +using chrome with --allow-file-access-from-files option + +The BPG file format is specified in +/usr/doc/libbpg-0e2aadb_20180428/doc/bpg_spec.txt. + +This is an optional dependency for VLC media player. +It is supported only on 64-bit platforms only. |