Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CArchive Pin
BaldwinMartin11-Oct-04 9:41
BaldwinMartin11-Oct-04 9:41 
QuestionUNICODE option in VC6 projects? Pin
Tom Archer10-Oct-04 15:35
Tom Archer10-Oct-04 15:35 
AnswerRe: UNICODE option in VC6 projects? Pin
Andrzej Markowski10-Oct-04 16:47
Andrzej Markowski10-Oct-04 16:47 
GeneralRe: UNICODE option in VC6 projects? Pin
Tom Archer10-Oct-04 19:32
Tom Archer10-Oct-04 19:32 
GeneralUrgent Plz.. Help needed on converting 12 bit greylevel... Pin
Kiran Satish10-Oct-04 14:48
Kiran Satish10-Oct-04 14:48 
GeneralRe: Urgent Plz.. Help needed on converting 12 bit greylevel... Pin
Mad__10-Oct-04 23:22
Mad__10-Oct-04 23:22 
GeneralRe: Urgent Plz.. Help needed on converting 12 bit greylevel... Pin
normanS11-Oct-04 2:52
normanS11-Oct-04 2:52 
GeneralRe: Urgent Plz.. Help needed on converting 12 bit greylevel... Pin
Kiran Satish11-Oct-04 6:00
Kiran Satish11-Oct-04 6:00 
Hi,

Thanks for ur suggetion and I have done this conversion using a LUT for (4096 to 256) and will this produces a nice image or not?... actually first of all i read the data in byte format and look over it and it seems pretty much the same as i said the LSB bits in first byte and in the second byte the upper nibble are zeros and the lower nibble is consisting of remainin four bits. Wht i did is i read both bytes at a times and used the value of first byte to add with the calculated value by using the four lower bits of second byte like (like Bit0*256+Bit1*512+Bit2*1024+Bit3*2048) which gives me a values ranging between (0 - 4096) and then i used the LUT for getting corresponding greylevel in (0-255) range. Can u tell me whether I am right or not?... I would try to implement in ur way and let u know the results...

thanks,

Suman
GeneralLSB_MSB format Pin
normanS11-Oct-04 3:01
normanS11-Oct-04 3:01 
GeneralRe: LSB_MSB format Pin
Kiran Satish11-Oct-04 5:59
Kiran Satish11-Oct-04 5:59 
GeneralRe: LSB_MSB format Pin
normanS11-Oct-04 20:35
normanS11-Oct-04 20:35 
QuestionDirectShow change resolution on the fly? Pin
Indrawati10-Oct-04 14:13
Indrawati10-Oct-04 14:13 
Generalstructure with vector as a member Pin
gahziman10-Oct-04 13:30
gahziman10-Oct-04 13:30 
GeneralRe: structure with vector as a member Pin
Mad__10-Oct-04 23:25
Mad__10-Oct-04 23:25 
GeneralRe: structure with vector as a member Pin
gahziman11-Oct-04 0:34
gahziman11-Oct-04 0:34 
GeneralRe: structure with vector as a member Pin
Mad__11-Oct-04 0:39
Mad__11-Oct-04 0:39 
GeneralRe: structure with vector as a member Pin
Bob Stanneveld11-Oct-04 3:56
Bob Stanneveld11-Oct-04 3:56 
GeneralPlease help with CString to float. Pin
Jochum Wittebrood10-Oct-04 10:29
Jochum Wittebrood10-Oct-04 10:29 
GeneralRe: Please help with CString to float. Pin
Jochum Wittebrood10-Oct-04 11:07
Jochum Wittebrood10-Oct-04 11:07 
GeneralRe: Please help with CString to float. Pin
Christian Graus10-Oct-04 11:54
protectorChristian Graus10-Oct-04 11:54 
GeneralRe: Please help with CString to float. Pin
Jochum Wittebrood10-Oct-04 14:32
Jochum Wittebrood10-Oct-04 14:32 
GeneralRe: Please help with CString to float. Pin
Christian Graus10-Oct-04 14:41
protectorChristian Graus10-Oct-04 14:41 
GeneralRe: Please help with CString to float. Pin
Michael Dunn10-Oct-04 14:49
sitebuilderMichael Dunn10-Oct-04 14:49 
GeneralRe: Please help with CString to float. Pin
toxcct10-Oct-04 21:00
toxcct10-Oct-04 21:00 
GeneralRe: Please help with CString to float. Pin
callisthenes11-Oct-04 3:57
callisthenes11-Oct-04 3:57 

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.