This package browser is in early development. Mind the rough edges.

libavif 1.0.4

Encode and decode AVIF files

Libavif is a C implementation of AVIF. It can encode and decode all YUV formats and bit depths supported by AOM, including with alpha.

Installation

Install libavif 1.0.4 as follows:

guix install libavif@1.0.4

Or install the latest version:

guix install libavif

The libavif package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install libavif:pixbuf-loader
guix install libavif:tools

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.