GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Image::Info::AVIF(3) User Contributed Perl Documentation Image::Info::AVIF(3)

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

    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};

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

Image::Info

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

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

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

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

2023-07-25 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.