logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Acknowledgement

       The development of this module was funded by Preisvergleich Internet Services AG.

perl v5.40.0                                       2024-12-07                             Image::Info::AVIF(3pm)

Author

       Andrew Main (Zefram) <zefram@fysh.org>

Description

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

License

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

Name

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

See Also

       Image::Info

Synopsis

           use Image::Info qw(image_info);

           $info = image_info("image.avif");
           if($error = $info->{error}) {
               die "Can't parse image info: $error\n";
           }
           $color = $info->{color_type};

See Also