Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
makaveli_0730-Apr-06 7:29
makaveli_0730-Apr-06 7:29 
GeneralRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Christian Graus30-Apr-06 11:30
protectorChristian Graus30-Apr-06 11:30 
AnswerRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Stephen Hewitt30-Apr-06 13:49
Stephen Hewitt30-Apr-06 13:49 
AnswerRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Rilhas1-May-06 1:30
Rilhas1-May-06 1:30 
QuestionDisplaying/converting a RAW image instead of a BMP image Pin
Tito-K4L30-Apr-06 4:11
Tito-K4L30-Apr-06 4:11 
AnswerRe: Displaying/converting a RAW image instead of a BMP image Pin
Justin Tay30-Apr-06 4:26
Justin Tay30-Apr-06 4:26 
GeneralRe: Displaying/converting a RAW image instead of a BMP image Pin
Tito-K4L30-Apr-06 4:35
Tito-K4L30-Apr-06 4:35 
GeneralRe: Displaying/converting a RAW image instead of a BMP image Pin
Justin Tay30-Apr-06 5:10
Justin Tay30-Apr-06 5:10 
The Photoshop Raw format is not related to any of the camera raw formats. And I don't think it will be easy to find the spec for it.

http://www.faqs.org/faqs/graphics/fileformats-faq/part3/section-123.html[^]

But since you have listed your problem, it looks like what you actually want is to work with the binary data of the bitmap, say an array of RGBTRIPLEs or RGBQUADs. In that case you can use GetDIBits to get your binary data. Perform enhancements, and then SetDIBits.

This codeproject article should be helpful.

http://www.codeproject.com/bitmap/extendedbitmap2.asp[^]

Edit: This might also be useful
http://www.codeproject.com/bitmap/jscdibdata.asp[^]

-- modified at 11:16 Sunday 30th April, 2006
GeneralRe: Displaying/converting a RAW image instead of a BMP image Pin
Christian Graus30-Apr-06 11:39
protectorChristian Graus30-Apr-06 11:39 
AnswerRe: Displaying/converting a RAW image instead of a BMP image Pin
Saurabh.Garg30-Apr-06 14:06
Saurabh.Garg30-Apr-06 14:06 
QuestionBinary Tree Help Pin
Blah Blah Blah 2930-Apr-06 3:59
Blah Blah Blah 2930-Apr-06 3:59 
AnswerRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 5:14
Maxwell Chen30-Apr-06 5:14 
GeneralRe: Binary Tree Help Pin
Blah Blah Blah 2930-Apr-06 7:59
Blah Blah Blah 2930-Apr-06 7:59 
GeneralRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 8:08
Maxwell Chen30-Apr-06 8:08 
GeneralRe: Binary Tree Help Pin
David Crow1-May-06 6:20
David Crow1-May-06 6:20 
AnswerRe: Binary Tree Help Pin
Stephen Hewitt30-Apr-06 13:52
Stephen Hewitt30-Apr-06 13:52 
GeneralRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 18:09
Maxwell Chen30-Apr-06 18:09 
GeneralRe: Binary Tree Help Pin
Stephen Hewitt30-Apr-06 18:12
Stephen Hewitt30-Apr-06 18:12 
GeneralRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 18:17
Maxwell Chen30-Apr-06 18:17 
QuestionA couple of problems - cin.get - (Beginner) Pin
haitch7930-Apr-06 3:56
haitch7930-Apr-06 3:56 
AnswerRe: A couple of problems - cin.get - (Beginner) Pin
Justin Tay30-Apr-06 7:33
Justin Tay30-Apr-06 7:33 
AnswerRe: A couple of problems - cin.get - (Beginner) Pin
Aqueel30-Apr-06 7:39
Aqueel30-Apr-06 7:39 
GeneralRe: A couple of problems - cin.get - (Beginner) Pin
haitch7930-Apr-06 9:41
haitch7930-Apr-06 9:41 
GeneralRe: A couple of problems - cin.get - (Beginner) Pin
Maxwell Chen30-Apr-06 18:15
Maxwell Chen30-Apr-06 18:15 
GeneralRe: A couple of problems - cin.get - (Beginner) Pin
haitch7930-Apr-06 23:52
haitch7930-Apr-06 23:52 

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.