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

Data::ParseBinary::Graphics::BMP

Contents

Name

       Data::ParseBinary::Graphics::BMP

Synopsis

           use Data::ParseBinary::Graphics::BMP qw{$bmp_parser};
           my $data = $bmp_parser->parse(CreateStreamReader(File => $fh));

       Can parse / build any BMP file, (1, 4, 8 or 24 bit) as long as RLE is not used.

       This is a part of the Data::ParseBinary package, and is just one ready-made parser.  please go to the
       main page for additional usage info.

perl v5.40.1                                       2025-08-01              Data::ParseBinary::Graphics::BMP(3pm)

See Also