Add link to avif repo

This commit is contained in:
Kagami Hiiragi 2019-03-17 15:35:28 +03:00
parent f2e1859bcb
commit dcab87ba30
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# go-avif [![Build Status](https://travis-ci.org/Kagami/go-avif.svg?branch=master)](https://travis-ci.org/Kagami/go-avif) [![GoDoc](https://godoc.org/github.com/Kagami/go-avif?status.svg)](https://godoc.org/github.com/Kagami/go-avif)
go-avif implements AVIF (AV1 Still Image File Format) encoder for Go using
[libaom](https://aomedia.googlesource.com/aom/),
[the highest quality](https://github.com/Kagami/av1-bench) AV1 codec at the
moment.
go-avif implements
AVIF ([AV1 Still Image File Format](https://aomediacodec.github.io/av1-avif/))
encoder for Go using libaom, [the highest quality](https://github.com/Kagami/av1-bench)
AV1 codec at the moment.
## Requirements