How to create mbm file from 24 bit bitmap file??
Login to reply to this topic.
Tue, 2008-08-19 10:30
Joined: 2008-01-30
Forum posts: 50

Hi everyone!!

my question is the same as my headline.

How to create mbm file from 24 bit bitmap file??
as i m using it on my client rect portion of application as a GUI.

thanks for answer.

Pankaj.


Tue, 2008-08-19 10:51
Joined: 2008-01-16
Forum posts: 231

Hi Pankaj.gupta,

please find below example:-

bmconv.exe /hmbmheader.mbg icons.mbm /c24new_message.bmp /1new_message_mask.bmp /c16settings.bmp /c16questionmark.bmp

C24 is for 24bit BMP
C16 is for 16bit BMP.likewise
Hopefully this will help you.!


Thanks & Regards,
Md.Khalid Ahmad

Tue, 2008-08-19 10:59
Joined: 2008-01-30
Forum posts: 50

Hello khalid mia,

your mentioned command i should have to type on command prompt??

""bmconv.exe /hmbmheader.mbg icons.mbm /c24new_message.bmp ""

as it is giving that it is "" i t is not recognize as internal or external command."" like that

thanks

pankaj.

Tue, 2008-08-19 11:03
Joined: 2008-01-16
Forum posts: 231

Hi Pankaj,

checkout this for more info
http://www.mobilesmania.com/forum/index.php?s=0f9ff99c658cca5f5e6c9452379e96d5&showtopic=59272&pid=530852&st=0&#entry530852
use it like
bmconv.exe /hmbmheader.mbg icons.mbm /c24new_message.bmp
I didn't tell you to put "".


Thanks & Regards,
Md.Khalid Ahmad

Tue, 2008-08-19 11:10
Joined: 2008-01-30
Forum posts: 50

thanks Khalid ..

will let u know the progress...

Tue, 2008-08-19 14:10
Joined: 2008-01-16
Forum posts: 231

Kool Pankaj,

you can also directly write your MBM like this:-

START BITMAP MyMbm.mbm
HEADER
TARGETPATH \system\apps\MyCode
SOURCEPATH ..\Bitmaps

SOURCE C24 1.bmp
SOURCE C24 1_mask.bmp
SOURCE C24 2.bmp
SOURCE C24 2_mask.bmp
SOURCE C24 3.bmp
SOURCE C24 3_mask.bmp
........... ..... ...............
........... ..... ...............
........... ..... ...............
........... ..... ...............


Thanks & Regards,
Md.Khalid Ahmad

Wed, 2008-11-05 09:21
Joined: 2008-08-29
Forum posts: 3

bmconv.exe a.mbm /a.bmp


copyright 2003-2009 NewLC SARL