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::PNG

Contents

Name

       Data::ParseBinary::Graphics::PNG

Synopsis

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

       Parses the binay PNG format, however it does not decompress the compressed data.  Also, it does not
       compute / verify the CRC values.  these actions are left to other layer in the program.

       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.38.2                                       2024-03-05              Data::ParseBinary::Graphics::PNG(3pm)

See Also