diff options
author | B. Watson <yalhcru@gmail.com> | 2017-04-11 00:15:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-11 00:15:41 +0700 |
commit | 52f1d52ad1dbf3fc018d23310af5e9d2c5a0ae81 (patch) | |
tree | 86d2ab25c511e928613fc59d69323bd4faec7597 /perl/perl-image-bmp/README | |
parent | 4df213b3259228dc29cc6449a8b0cf265f703a05 (diff) |
perl/perl-image-bmp: Added (module to read .bmp images).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-image-bmp/README')
-rw-r--r-- | perl/perl-image-bmp/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-image-bmp/README b/perl/perl-image-bmp/README new file mode 100644 index 000000000000..a18d659653d4 --- /dev/null +++ b/perl/perl-image-bmp/README @@ -0,0 +1,4 @@ +perl-image-bmp (module to read .bmp images) + +Image::BMP objects can parse and even ascii view bitmaps of the .BMP +format. It can read most of the common forms of this format. |