Data::ParseBinary::Graphics::BMP(3pm) | User Contributed Perl Documentation | Data::ParseBinary::Graphics::BMP(3pm) |
Data::ParseBinary::Graphics::BMP
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.
2021-01-04 | perl v5.32.0 |