1Image::Info::AVIF(3)  User Contributed Perl Documentation Image::Info::AVIF(3)
2
3
4

NAME

6       Image::Info::AVIF - AV1 Image File Format support for Image::Info
7

SYNOPSIS

9           use Image::Info qw(image_info);
10
11           $info = image_info("image.avif");
12           if($error = $info->{error}) {
13               die "Can't parse image info: $error\n";
14           }
15           $color = $info->{color_type};
16

DESCRIPTION

18       This module supplies information about AVIF files within the
19       Image::Info system.  It supports the basic standard info key names.
20

SEE ALSO

22       Image::Info
23

AUTHOR

25       Andrew Main (Zefram) <zefram@fysh.org>
26
28       Copyright (C) 2023 Andrew Main (Zefram) <zefram@fysh.org>
29

LICENSE

31       This module is free software; you can redistribute it and/or modify it
32       under the same terms as Perl itself.
33

ACKNOWLEDGEMENT

35       The development of this module was funded by Preisvergleich Internet
36       Services AG.
37
38
39
40perl v5.38.0                      2023-08-20              Image::Info::AVIF(3)
Impressum