Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionreading file Pin
Jelle De Vos17-Sep-07 2:50
Jelle De Vos17-Sep-07 2:50 
AnswerRe: reading file Pin
Russell'17-Sep-07 3:20
Russell'17-Sep-07 3:20 
Questionhow to splice two big image Pin
King Tran17-Sep-07 2:28
King Tran17-Sep-07 2:28 
AnswerRe: how to splice two big image Pin
Russell'17-Sep-07 3:03
Russell'17-Sep-07 3:03 
GeneralRe: how to splice two big image Pin
King Tran17-Sep-07 3:20
King Tran17-Sep-07 3:20 
QuestionRe: how to splice two big image Pin
Russell'17-Sep-07 3:23
Russell'17-Sep-07 3:23 
AnswerRe: how to splice two big image Pin
King Tran17-Sep-07 3:32
King Tran17-Sep-07 3:32 
GeneralRe: how to splice two big image Pin
Russell'17-Sep-07 3:45
Russell'17-Sep-07 3:45 
Lao Wang wrote:
yes, the two images are BMP format

great!!Big Grin | :-D


Lao Wang wrote:
how can i load the pixels from the file and process the pixels without loading them into memory?

Here[^] or here[^] you can find how it is stored an image into a BMP file. i.e. how it is writed the file header.
Writing some lines of code you can load a pixel from the source image and then store into the output image...to let the processing be faster work row per row.
Probally you can find some code ready somewhere (also on CP) to access to the file.
good luck
Rose | [Rose]



Russell

GeneralRe: how to splice two big image Pin
King Tran17-Sep-07 14:08
King Tran17-Sep-07 14:08 
GeneralRe: how to splice two big image Pin
Russell'17-Sep-07 21:39
Russell'17-Sep-07 21:39 
Questionwant to add picture in dialog box Pin
Dhiraj kumar Saini17-Sep-07 0:50
Dhiraj kumar Saini17-Sep-07 0:50 
AnswerRe: want to add picture in dialog box Pin
Russell'17-Sep-07 1:15
Russell'17-Sep-07 1:15 
AnswerRe: want to add picture in dialog box Pin
Programm3r17-Sep-07 1:15
Programm3r17-Sep-07 1:15 
AnswerRe: want to add picture in dialog box Pin
Hamid_RT17-Sep-07 2:00
Hamid_RT17-Sep-07 2:00 
GeneralRe: want to add picture in dialog box Pin
Hamid_RT17-Sep-07 1:59
Hamid_RT17-Sep-07 1:59 
GeneralRe: want to add picture in dialog box Pin
Dhiraj kumar Saini17-Sep-07 2:42
Dhiraj kumar Saini17-Sep-07 2:42 
GeneralRe: want to add picture in dialog box Pin
Iain Clarke, Warrior Programmer17-Sep-07 5:27
Iain Clarke, Warrior Programmer17-Sep-07 5:27 
GeneralRe: want to add picture in dialog box Pin
Hamid_RT18-Sep-07 2:48
Hamid_RT18-Sep-07 2:48 
GeneralRe: want to add picture in dialog box Pin
Dhiraj kumar Saini18-Sep-07 3:24
Dhiraj kumar Saini18-Sep-07 3:24 
GeneralRe: want to add picture in dialog box Pin
Hamid_RT18-Sep-07 19:35
Hamid_RT18-Sep-07 19:35 
Questioninserting checkbox in multicolumn ClistCtrl and set width of columns Pin
Dhiraj kumar Saini16-Sep-07 23:40
Dhiraj kumar Saini16-Sep-07 23:40 
AnswerRe: inserting checkbox in multicolumn ClistCtrl and set width of columns Pin
Sreedhar DV17-Sep-07 1:31
Sreedhar DV17-Sep-07 1:31 
AnswerRe: inserting checkbox in multicolumn ClistCtrl and set width of columns Pin
Hamid_RT17-Sep-07 2:04
Hamid_RT17-Sep-07 2:04 
Questioninline or not inline...this is the problem Pin
Russell'16-Sep-07 23:34
Russell'16-Sep-07 23:34 
GeneralRe: inline or not inline...this is the problem Pin
Matthew Faithfull17-Sep-07 0:09
Matthew Faithfull17-Sep-07 0:09 

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.