Image::Info::WBMP(3pm) - phpMan

Command: man perldoc info search(apropos)  


Image::Info::WBMP(3pm)         User Contributed Perl Documentation         Image::Info::WBMP(3pm)

NAME
       Image::Info::WBMP - WBMP support for Image::Info

SYNOPSIS
        use Image::Info qw(dim);
        use Image::Info::WBMP qw(wbmp_image_info);

        my $info = wbmp_image_info("image.xpm");
        if (my $error = $info->{error}) {
            die "Can't parse image info: $error\n";
        }
        my($w, $h) = dim($info);

DESCRIPTION
       wbmp is a magic-less file format, so using Image::Info's "image_info" or "image_type" does
       not work here. Instead, the user has to determine the file type himself, e.g. by relying
       on the file suffix or mime type, and use the "wbmp_image_info" function instead.  The
       returned value looks the same like Image::Info's "image_info" and may be used in a call to
       the "dim" function.

AUTHOR
       Slaven Rezic <srezic AT cpan.org>

perl v5.30.0                                2019-11-24                     Image::Info::WBMP(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-24 12:16 @3.14.70.203 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!