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
- Host: GitHub
- URL: https://github.com/imohag9/avifsupport.jl
- Owner: imohag9
- License: mit
- Created: 2025-02-27T20:56:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T22:21:13.000Z (over 1 year ago)
- Last Synced: 2025-02-28T07:07:18.806Z (over 1 year ago)
- Topics: julia, libavif
- Language: Julia
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AvifSupport
[](https://imohag9.github.io/AvifSupport.jl/dev/)
[](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