UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

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



How to create Windows bitmaps from a multi-bitmap file

  1. Open a command prompt (MSDOS box) at the location in which the multibitmap is stored.

  2. Invoke the Bitmap Converter on the command line, specifying the FIXME: program/u switch, the name of the multibitmap to be converted, and the names of the output files. The command line options are given in the syntax reference, and there is an example below.


See also

Bitmap Converter syntax bmconv.exe

[Top]


Example

The following command line shows how Windows bitmap files can be extracted from a multi-bitmap file using the FIXME: program/u switch. Continuing the example begun in How to construct a multibitmap:

bmconv /u bmexmpl.mbm smiley-out.bmp hangman-out.bmp abstract-out.bmp

This results in a screen output:

BMCONV version 103.
Decompiling...
Epoc file: bmexmpl.mbm

Bitmap file 1 : smiley-out.bmp
Bitmap file 2 : hangman-out.bmp
Bitmap file 3 : abstract-out.bmp
Success.

[Top]


Notes: