bmconv.exe
The Bitmap Converter tool is used to convert bitmaps between EPOC and Windows bitmap formats. EPOC bitmaps (mbm
) may be produced as either a font store file or a ROM image file — which does not use any RAM when being accessed. The conversion process specifies the number of bits per pixel for the converted bitmaps and whether they should be colour or grey-scale.
The program can also split EPOC multi-bitmap files into component bitmaps, and then convert the individual files to Microsoft Windows bitmap format.
Note the following changes since EPOC R5:
argument /m
allows an existing mbm
file to be used as a source
bmconv
[/r
] [/n
] [/h
header-file
] [/q
] epoc-file
[/
bpp
]bmp-file_1
[... [/
bpp
]bmp-file_n
]
or:
bmconv
[/r
] [/n
] [/q
] epoc-file
/m
epoc-file2
or:
bmconv
/u
epoc-file
bmp-file_1
[... bmp-file_n
]
or:
bmconv
/v
epoc-file
or
bmconv
command-file
|
The command line syntax and brief notes may be obtained by typing Bmconv
on the command line.
The number of source files that may be included in an EPOC multi-bitmap is limited only by the PC memory, the available storage on the EPOC machine, and the number of characters available on the DOS command line.
The Bitmap Convert automatically compresses file store bitmaps. File compression can be disabled using the /n
switch. Note that ROM bitmaps are not compressed.
The name of the header file and the name of the multi-bitmap file do not have to be the same, though it may be convenient if they are.
There is no standard filename extension for an EPOC multi-bitmap file, but the use of mbm
is recommended for a font store file, and mbr
for a ROM image file.
There should be no spaces between the /
bpp
flag and a source filename, or between the /h
flag and the header file name.