From 671c89d287c6c9df497f9798cc65710f1c5a9adc Mon Sep 17 00:00:00 2001 From: Ynse Hoornenborg Date: Mon, 3 Jun 2024 21:45:01 +0200 Subject: [PATCH] Extend readme --- src/ImageSharp/Formats/Heif/Av1/Readme.md | 15 +++++++++++++++ src/ImageSharp/Formats/Heif/Readme.md | 2 -- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/ImageSharp/Formats/Heif/Av1/Readme.md b/src/ImageSharp/Formats/Heif/Av1/Readme.md index 6abfa731cc..fca0c25f4b 100644 --- a/src/ImageSharp/Formats/Heif/Av1/Readme.md +++ b/src/ImageSharp/Formats/Heif/Av1/Readme.md @@ -49,4 +49,19 @@ The smallest unit in the frame. It determines the parameters for an area of 4 by # References +[AV1 embedded in HEIF](https://aomediacodec.github.io/av1-isobmff) + [AV1 specification](https://aomediacodec.github.io/av1-spec/av1-spec.pdf) + +[AVIF specification](https://aomediacodec.github.io/av1-avif) + +[AV1/AVIF reference implementation](http://gitlab.com/AOMediaCodec/SVT-AV1) + +[AOM's original development implementation](https://github.com/AOMediaCodec/libavif) + +# Test images + +[Netflix image repository](http://download.opencontent.netflix.com/?prefix=AV1/) + +[AVIF sample images](https://github.com/link-u/avif-sample-images) + diff --git a/src/ImageSharp/Formats/Heif/Readme.md b/src/ImageSharp/Formats/Heif/Readme.md index 5dddf81f10..6c7469528f 100644 --- a/src/ImageSharp/Formats/Heif/Readme.md +++ b/src/ImageSharp/Formats/Heif/Readme.md @@ -4,6 +4,4 @@ [HEIF reference implementation from Nokia](https://github.com/nokiatech/heif) -[AVIF reference implementation](http://gitlab.com/AOMediaCodec/SVT-AV1) - [Apple's metadata syntax in HEIC images](http://cheeky4n6monkey.blogspot.com/2017/10/monkey-takes-heic.html)