I have ever used bitmaps of 12bpp in the .mbm, except for masks that i have used 1bpp.
But now i have tried to use 8bpp on the normal bitmaps , and i put this on the .mmp:
SOURCE c8 000.bmp 001.bmp 002.bmp 003.bmp
Now i put c8 instead of c12, and it compiles well and all is all right.
But when i use the bmconv tool too see the content of the .mbm generated, it says me that the bitmaps are in 12bpp.I have noticed this because the size of the file in 12bpp is the same as in the 8bpp.
I m getting BMCONV unknown compression type. I m trying to convert bitmap to mbm for my application.But my application get failed here.What should I do. Any help/
hi I have some sample example like simplelist here they are using c12 bmp and on finding its properties i m finding icons bitdepth as 24 .So wht does it mean. It shows no error. If i m wrong ,pls correct me is bitdepth is the same which I m thinking of.
Forum posts: 239
I m getting BMCONV unknown compression type.
I m trying to convert bitmap to mbm for my application.But my application get failed here.What should I do.
Any help/
---------------
Bhatt Kavita
Forum posts: 58
may i hav a look at the command u used for converting bmp to mbm..by seeing it i may b able to solve ur problem
regs
saju
"I dont know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones."
.... Albert Einstein
Forum posts: 239
I m simply tyring to compile app from codewarrior.
Thanks
---------------
Bhatt Kavita
Forum posts: 1379
didster
Forum posts: 239
It seems like this
// Creates Mbm file.
START BITMAP Tester.mbm
HEADER
TARGETPATH \system\apps\Tester
SOURCEPATH ..\Bitmaps
SOURCE c8 test_icon.bmp
SOURCE c8 test_icon_mask.bmp
END
---------------
Bhatt Kavita
Forum posts: 1379
didster
Forum posts: 239
On finding the properties of .bmp i m getting bitdepth of 32 bit.
does it affecting any thing.
---------------
Bhatt Kavita
Forum posts: 58
it must be 8Bppp if u r using c8 in bmconv
regs saju
"I dont know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones."
.... Albert Einstein
Forum posts: 239
I have some sample example like simplelist
here they are using c12 bmp and on finding its properties i m finding icons bitdepth as 24 .So wht does it mean.
It shows no error.
If i m wrong ,pls correct me is bitdepth is the same which I m thinking of.
---------------
Bhatt Kavita
Forum posts: 58
"I dont know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones."
.... Albert Einstein