Open a command prompt (MSDOS box) at the location in which the multibitmap is stored.
Invoke the Bitmap Converter on the command line, specifying the /v
switch, and the name of the multibitmap to be viewed. An example is given below.
The following command line shows how to use the /v
switch to view information about the bitmaps stored in a multibitmap file. Continuing the example begun in How to construct a multibitmap:
bmconv /v bmexmpl.mbm
This results in a screen output:
BMCONV version 100.
bmexpl.mbm is a File store containing 3 bitmaps
Bitmap 1 information:
Pixel size 48 x 48
Twips size 0 x 0
4 Bpp Monochrome
Bytewise RLE compression 45%
Bitmap 2 information:
Pixel size 33 x 33
Twips size 49 x 49
1 Bpp Monochrome
Bytewise RLE compression 59%
Bitmap 3 information:
Pixel size 216 x 158
Twips size 323 x 236
16 Bpp Colour
16 bit RLE compression 5%
File resolution is defined by the /
bpp
switch used during the conversion from Windows bmp
format. This is independent of the resolution of the original bitmap.