diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-09-26 19:26:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:12 +0700 |
commit | f8b05376a71cc7a11b954897f4de55537fce61c9 (patch) | |
tree | 2c415d73ac6af83ae384bc08fcfb8cea4976e396 /libraries/libavif/README | |
parent | a3883c9d2ba8a230a5d87dc4811813b0075d0969 (diff) |
libraries/libavif: Added (AVIF Encoding and Decoding Library)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libavif/README')
-rw-r--r-- | libraries/libavif/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libavif/README b/libraries/libavif/README new file mode 100644 index 0000000000000..c51c31dd2b39c --- /dev/null +++ b/libraries/libavif/README @@ -0,0 +1,3 @@ +This library aims to be a portable C implementation of +AV1 image file format.It can encode and decode all AOM +supported YUV formats and bit depths. |