Categorygithub.com/gen2brain/avif
repositorypackage
0.4.2
Repository: https://github.com/gen2brain/avif.git
Documentation: pkg.go.dev

# README

avif

Status Go Reference

Go encoder/decoder for AV1 Image File Format (AVIF) with support for animated AVIF images (decode only).

Based on libavif and aom compiled to WASM and used with wazero runtime (CGo-free).

The library will first try to use a dynamic/shared library (if installed) via purego and will fall back to WASM.

Build tags

  • nodynamic - do not use dynamic/shared library (use only WASM)