AvifSupport.jl is a Julia wrapper of the C library libavif that provides IO support for the AVIF image format.
The purpose of this project is to introduce the AVIF file format to the Julia ecosystem. This work was very inspired by JpegTurbo.jl and WebP.jl.
Clang.jl is used to generate the low-level ccall wrapper libavif_jll.jl provided by Julia Binary Wrappers repository.