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.
Hi Pankaj.gupta,
please find below example:-
bmconv.exe /hmbmheader.mbg icons.mbm /c24new_message.bmp /1new_message_mask.bmp /c16settings.bmp /c16questionmark.bmp
Thanks & Regards, Md.Khalid Ahmad
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.
Hi Pankaj,
checkout this for more info http://www.mobilesmania.com/forum/index.php?s=0f9ff99c658cca5f5e6c9452379e96d5&showtopic=59272&pid=530852&st=0entry530852 use it like bmconv.exe /hmbmheader.mbg icons.mbm /c24new_message.bmp I didn't tell you to put "".
thanks Khalid ..
will let u know the progress...
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 ........... ..... ............... ........... ..... ............... ........... ..... ............... ........... ..... ...............
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 ........... ..... ............... ........... ..... ............... ........... ..... ............... ........... ..... ...............
bmconv.exe a.mbm /a.bmp
Forum posts: 231
Hi Pankaj.gupta,
please find below example:-
C24 is for 24bit BMP
C16 is for 16bit BMP.likewise
Hopefully this will help you.!
Thanks & Regards,
Md.Khalid Ahmad
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.
Forum posts: 231
Hi Pankaj,
checkout this for more info
http://www.mobilesmania.com/forum/index.php?s=0f9ff99c658cca5f5e6c9452379e96d5&showtopic=59272&pid=530852&st=0entry530852
use it like
bmconv.exe /hmbmheader.mbg icons.mbm /c24new_message.bmp
I didn't tell you to put "".
Thanks & Regards,
Md.Khalid Ahmad
Forum posts: 50
thanks Khalid ..
will let u know the progress...
Forum posts: 231
Kool Pankaj,
you can also directly write your MBM like this:-
Thanks & Regards,
Md.Khalid Ahmad
Forum posts: 3
bmconv.exe a.mbm /a.bmp