Click here to Skip to main content
15,925,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Bitmaps Pin
Christian Graus9-Sep-06 21:00
protectorChristian Graus9-Sep-06 21:00 
GeneralRe: Bitmaps Pin
Waldermort9-Sep-06 21:09
Waldermort9-Sep-06 21:09 
GeneralRe: Bitmaps Pin
Vipin Aravind9-Sep-06 23:36
Vipin Aravind9-Sep-06 23:36 
GeneralRe: Bitmaps Pin
Waldermort10-Sep-06 0:29
Waldermort10-Sep-06 0:29 
GeneralRe: Bitmaps Pin
Vipin Aravind10-Sep-06 1:48
Vipin Aravind10-Sep-06 1:48 
GeneralRe: Bitmaps Pin
Waldermort10-Sep-06 2:25
Waldermort10-Sep-06 2:25 
QuestionAnother bitmap related question Pin
Waldermort10-Sep-06 2:31
Waldermort10-Sep-06 2:31 
AnswerRe: Another bitmap related question Pin
Christian Graus10-Sep-06 10:27
protectorChristian Graus10-Sep-06 10:27 
First of all - a DIBSection is a HBITMAP that also has a pointer to the underlying bits. GetBitmapInfo is the name of the method that returns the pointer, but you need for the HBITMAP passed to it to be a DIBSection. Certainly taking a close look at any DIBSecton wrapper will help you to work this all out.

No, 16bpp are certainly not all greyscale, there is no greyscale only format, although any format apart from 8 bit is a waste of space, there are only 256 shades of grey.

48 bit is obviously a construct of Photoimpact, and if it's inventing a way to store more color info than your monitor/PC is capable of displaying, perhaps it's doing that for grey as well. In fact, non PC systems do display greater color depth and 16 bit grey is common in medical applications. This does not change that your PC has no way of displaying more than 8 bit grey, although tone mapping algorithms exist to improve the quality of 16 bit images when shown on an 8 bit system.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

Questiontrouble with an if/else statement Pin
billy739-Sep-06 19:38
billy739-Sep-06 19:38 
AnswerRe: trouble with an if/else statement Pin
prasad_som9-Sep-06 20:10
prasad_som9-Sep-06 20:10 
AnswerRe: trouble with an if/else statement Pin
bob169729-Sep-06 20:24
bob169729-Sep-06 20:24 
GeneralRe: trouble with an if/else statement Pin
bob1697210-Sep-06 8:05
bob1697210-Sep-06 8:05 
AnswerRe: trouble with an if/else statement Pin
Michael Dunn9-Sep-06 20:48
sitebuilderMichael Dunn9-Sep-06 20:48 
QuestionMicrosoft Windows Mouse Zoom Pin
Juan Ker9-Sep-06 19:32
Juan Ker9-Sep-06 19:32 
AnswerRe: Microsoft Windows Mouse Zoom Pin
Juan Ker11-Sep-06 9:55
Juan Ker11-Sep-06 9:55 
QuestionbyTwo problem with UNICODE apps Pin
TommyTooth9-Sep-06 18:47
TommyTooth9-Sep-06 18:47 
QuestionNonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 15:51
Lord Kixdemp9-Sep-06 15:51 
AnswerRe: Nonsense C++ errors... Pin
Christian Graus9-Sep-06 16:24
protectorChristian Graus9-Sep-06 16:24 
GeneralRe: Nonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 16:41
Lord Kixdemp9-Sep-06 16:41 
GeneralRe: Nonsense C++ errors... Pin
John M. Drescher9-Sep-06 16:58
John M. Drescher9-Sep-06 16:58 
GeneralRe: Nonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 17:10
Lord Kixdemp9-Sep-06 17:10 
GeneralRe: Nonsense C++ errors... Pin
Christian Graus9-Sep-06 17:27
protectorChristian Graus9-Sep-06 17:27 
AnswerRe: Nonsense C++ errors... Pin
Michael Dunn9-Sep-06 17:18
sitebuilderMichael Dunn9-Sep-06 17:18 
GeneralRe: Nonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 18:41
Lord Kixdemp9-Sep-06 18:41 
GeneralRe: Nonsense C++ errors... Pin
Michael Dunn9-Sep-06 18:54
sitebuilderMichael Dunn9-Sep-06 18:54 

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.