Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
LICENSE | H A D | 30-Aug-2022 | 1.3 KiB | 27 | 22 | |
PATENTS | H A D | 30-Aug-2022 | 5.6 KiB | 108 | 85 | |
README.md | H A D | 30-Aug-2022 | 554 | 12 | 9 | |
avifinfo.c | H A D | 30-Aug-2022 | 32.7 KiB | 746 | 584 | |
avifinfo.h | H A D | 30-Aug-2022 | 4.3 KiB | 93 | 33 |
README.md
1# AVIF-info 2 3There is no compact, reliable way to determine the size of an AVIF image. A 4standalone C snippet called 5[libavifinfo](https://aomedia.googlesource.com/libavifinfo) was created to 6partially parse an AVIF payload and to extract the width, height, bit depth and 7channel count without depending on the full libavif library. 8 9`avifinfo.h`, `avifinfo.c`, `LICENSE` and `PATENTS` were copied verbatim from: \ 10https://aomedia.googlesource.com/libavifinfo/+/96f34d945ac7dac229feddfa94dbae66e202b838 \ 11They can easily be kept up-to-date the same way. 12