Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionconvert image bitmap 8bits ??? wish help me Pin
aa_zz6-Nov-08 23:06
aa_zz6-Nov-08 23:06 
AnswerRe: convert image bitmap 8bits ??? wish help me Pin
Saurabh.Garg7-Nov-08 3:03
Saurabh.Garg7-Nov-08 3:03 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
Nishad S7-Nov-08 3:19
Nishad S7-Nov-08 3:19 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
Saurabh.Garg7-Nov-08 4:26
Saurabh.Garg7-Nov-08 4:26 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
Nishad S7-Nov-08 23:06
Nishad S7-Nov-08 23:06 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
aa_zz9-Nov-08 15:37
aa_zz9-Nov-08 15:37 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
aa_zz9-Nov-08 19:48
aa_zz9-Nov-08 19:48 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
Nishad S9-Nov-08 20:35
Nishad S9-Nov-08 20:35 
In general, for 8 bit images there will be a color palette. And each pixel is stored as 8 bit data. But it will not be the actual color. Instead it will be an index of the color palette. Since one pixel is stored with 8 bit data, there can be a maximum of 256 colors. The color palette is having the RGB info of these 256 colors.

Hope it is clear to you.

I am not sure about typical monochrome images.

Like the 8 bit image there are 4 bit images also. In that the pixel is stored with 4 bit pixel info and it is the index of the color palette of maximum of 16 colors.

- NS -
[ODBaseBtn]

GeneralRe: convert image bitmap 8bits ??? wish help me Pin
aa_zz10-Nov-08 14:07
aa_zz10-Nov-08 14:07 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
Nishad S10-Nov-08 19:29
Nishad S10-Nov-08 19:29 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
Chris Losinger7-Nov-08 6:52
professionalChris Losinger7-Nov-08 6:52 
GeneralRe: convert image bitmap 8bits ??? wish help me Pin
aa_zz9-Nov-08 15:25
aa_zz9-Nov-08 15:25 
QuestionAdding one day Pin
AlProb6-Nov-08 23:04
AlProb6-Nov-08 23:04 
AnswerRe: Adding one day Pin
CPallini6-Nov-08 23:18
mveCPallini6-Nov-08 23:18 
GeneralRe: Adding one day Pin
AlProb6-Nov-08 23:25
AlProb6-Nov-08 23:25 
GeneralRe: Adding one day Pin
CPallini6-Nov-08 23:33
mveCPallini6-Nov-08 23:33 
QuestionConverting hexadecimal code into RGB Pin
Dhiraj kumar Saini6-Nov-08 22:13
Dhiraj kumar Saini6-Nov-08 22:13 
AnswerRe: Converting hexadecimal code into RGB Pin
CPallini6-Nov-08 22:36
mveCPallini6-Nov-08 22:36 
GeneralRe: Converting hexadecimal code into RGB Pin
Dhiraj kumar Saini6-Nov-08 22:49
Dhiraj kumar Saini6-Nov-08 22:49 
GeneralRe: Converting hexadecimal code into RGB Pin
CPallini6-Nov-08 22:52
mveCPallini6-Nov-08 22:52 
GeneralRe: Converting hexadecimal code into RGB Pin
Dhiraj kumar Saini6-Nov-08 23:34
Dhiraj kumar Saini6-Nov-08 23:34 
QuestionRe: Converting hexadecimal code into RGB Pin
David Crow7-Nov-08 2:45
David Crow7-Nov-08 2:45 
AnswerRe: Converting hexadecimal code into RGB Pin
CPallini7-Nov-08 3:31
mveCPallini7-Nov-08 3:31 
AnswerRe: Converting hexadecimal code into RGB Pin
sashoalm8-Nov-08 0:07
sashoalm8-Nov-08 0:07 
QuestionDraw on view and over their controls [modified] Pin
baerten6-Nov-08 21:53
baerten6-Nov-08 21:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.