Name Date Size #Lines LOC

..11-Apr-2024-

LICENSEH A D30-Aug-20221.3 KiB2722

PATENTSH A D30-Aug-20225.6 KiB10885

README.mdH A D30-Aug-2022554 129

avifinfo.cH A D30-Aug-202232.7 KiB746584

avifinfo.hH A D30-Aug-20224.3 KiB9333

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