An open API service indexing awesome lists of open source software.

https://github.com/imohag9/avifsupport.jl

Julia interface to libavif
https://github.com/imohag9/avifsupport.jl

julia libavif

Last synced: 4 days ago
JSON representation

Julia interface to libavif

Awesome Lists containing this project

README

          

# AvifSupport

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://imohag9.github.io/AvifSupport.jl/dev/)
[![Coverage](https://codecov.io/gh/imohag9/Avif.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/imohag9/AvifSupport.jl)

AvifSupport.jl is a Julia wrapper of the C library [libavif](https://github.com/AOMediaCodec/libavif) that provides IO support for the AVIF image format.

## Usage

[Usage Details](https://imohag9.github.io/AvifSupport.jl/dev/)

## Acknowledgements

The purpose of this project is to introduce the AVIF file format to the Julia ecosystem. This work was very inspired by [JpegTurbo.jl](https://github.com/JuliaIO/JpegTurbo.jl) and [WebP.jl](https://github.com/stemann/WebP.jl).

[Clang.jl] is used to generate the low-level ccall wrapper [libavif_jll.jl](https://github.com/JuliaBinaryWrappers/libavif_jll.jl) provided by Julia Binary Wrappers repository.

[Clang.jl]: https://github.com/JuliaInterop/Clang.jl