UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Bitmap Converter syntax: bmconv.exe


Purpose

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.

[Top]


Changes since Symbian OS v5

Note the following changes since v5:

[Top]


Command line syntax

FIXME: programbmconv [FIXME: program/r] [FIXME: program/n] [FIXME: program/hFIXME: cl.argumentheader-file] [FIXME: program/q] FIXME: cl.argumentepoc-file [FIXME: program/FIXME: cl.argumentbpp]FIXME: cl.argumentbmp-file_1 [... [FIXME: program/FIXME: cl.argumentbpp]FIXME: cl.argumentbmp-file_n]

or:

FIXME: programbmconv [FIXME: program/r] [FIXME: program/n] [FIXME: program/q] FIXME: cl.argumentepoc-file FIXME: program/mFIXME: cl.argumentepoc-file2

or:

FIXME: programbmconv FIXME: program/u FIXME: cl.argumentepoc-file FIXME: cl.argumentbmp-file_1 [... FIXME: cl.argumentbmp-file_n]

or:

FIXME: programbmconv FIXME: program/v FIXME: cl.argumentepoc-file

or

FIXME: programbmconv FIXME: cl.argumentcommand-file


Arguments

FIXME: program/r

Causes the Bitmap Converter to generate a ROM image file. The default target is a file store bitmap.

FIXME: program/n

Disables the automatic compression of file store bitmaps.

FIXME: program/hFIXME: cl.argumentheader-file

Generates a header file that may be used in C++ code. FIXME: cl.argumentheader-file may include a path.

FIXME: program/q

Specifies quiet mode; only errors are reported.

FIXME: program/mFIXME: cl.argumentepoc-file2

An existing multi-bitmap file to be used as a source. It can be used with the FIXME: program/r argument to produce a ROM image file from a normal compressed file store.

FIXME: cl.argumentepoc-file

The filename of the Symbian OS multi-bitmap file, which may include a path.

FIXME: cl.argumentbmp-file_n

The filename of the nth Windows bitmap file, which may include a path.

FIXME: program/FIXME: cl.argumentbpp

Specifies the number of bits per pixel to be used for each converted bitmap (FIXME: cl.argumentbmp-file) and whether the converted bitmap should be colour or gray-scale. The default is 2 bits per pixel. The options are: FIXME: program/1, FIXME: program/2, FIXME: program/4, FIXME: program/8, FIXME: program/c4, FIXME: program/c8, FIXME: program/c12, FIXME: program/c16 or FIXME: program/c24.

FIXME: program/u

Caused the Bitmap Converter to convert from Symbian OS to Windows bitmap format. By default the conversion is from Windows to Symbian OS format.

FIXME: program/v

Prints summary information about the bitmaps in FIXME: cl.argumentepoc-file

FIXME: cl.argumentcommand-file

A file containing the command line, with arguments and commands separated by spaces or new-lines. Note that C++ style // comments may be included in command files.


Notes: