bmconv.exe
The Bitmap Converter tool is used to convert bitmaps between
Symbian OS and Windows bitmap formats. Symbian OS 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 Symbian OS multi-bitmap files into component bitmaps, and then convert the individual files to Microsoft Windows bitmap format.
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 Symbian OS multi-bitmap is limited only by the PC's memory, the available storage on the target phone, 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 a 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.