perl-Image-BMP

Simple Bitmap/BMP parser/viewer

'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. It can be used to: * Just get image info, don't read the whole image: my $img = Image::BMP->new(file => 'some.bmp'); print "Resolution: $img->{Width} x $img->{Height}\n"; * View images (See C<SYNOPSIS> example one) * Read images and poke at pixels (See C<SYNOPSIS> example two) * Parse through all pixel data (See C<ADD_PIXEL> below) It does not currently write bmap data, simply because I didn't have a use for that yet. Convince me and I'll add it.

There is no official package available for openSUSE Leap 15.5

Distributions

openSUSE Tumbleweed

openSUSE Leap 15.5

openSUSE Leap 15.4