Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExcluive low-level access to a disk Pin
mooromets_ua30-Sep-09 21:48
mooromets_ua30-Sep-09 21:48 
QuestionCreate Multipage Images Pin
Game-point30-Sep-09 20:37
Game-point30-Sep-09 20:37 
AnswerRe: Create Multipage Images Pin
Rajesh R Subramanian30-Sep-09 21:55
professionalRajesh R Subramanian30-Sep-09 21:55 
GeneralRe: Create Multipage Images Pin
Game-point1-Oct-09 0:09
Game-point1-Oct-09 0:09 
AnswerRe: Create Multipage Images Pin
CPallini30-Sep-09 22:27
mveCPallini30-Sep-09 22:27 
AnswerRe: Create Multipage Images Pin
Game-point30-Sep-09 22:46
Game-point30-Sep-09 22:46 
AnswerRe: Create Multipage Images Pin
Hamid_RT1-Oct-09 1:15
Hamid_RT1-Oct-09 1:15 
GeneralRe: Create Multipage Images Pin
Game-point1-Oct-09 1:49
Game-point1-Oct-09 1:49 
Thanks for your response!!!!

How to create Multi page image file

for example

its combination of more than one images..

Just i explain rough coding ...
CImage __Image[4];<br />
__Image[0].Load(_T("1.tif"));<br />
__Image[1].Load(_T("2.tif"));<br />
__Image[2].Load(_T("3.TIF"));	<br />
__Image[4].Save(_T("output.tif"))=_Image[0]+__Image[1]+__Image[2];


// The final image output shout be 3 pages per image


Thanks!
GeneralRe: Create Multipage Images Pin
Hamid_RT1-Oct-09 2:40
Hamid_RT1-Oct-09 2:40 
QuestionRecognize smart card reader type using winscard visual C++ 6.0 Pin
Eka Candra30-Sep-09 19:54
Eka Candra30-Sep-09 19:54 
QuestionRecognize smart card reader type using winscard visual C++ 6.0 Pin
Eka Candra30-Sep-09 19:52
Eka Candra30-Sep-09 19:52 
AnswerMessage Closed Pin
18-Feb-21 4:16
Nikolay Fomichev18-Feb-21 4:16 
GeneralRe: Recognize smart card reader type using winscard visual C++ 6.0 Pin
Richard Deeming18-Feb-21 4:30
mveRichard Deeming18-Feb-21 4:30 
QuestionProgram in c language Pin
anassamar30-Sep-09 19:45
anassamar30-Sep-09 19:45 
AnswerRe: Program in c language Pin
Code-o-mat30-Sep-09 20:33
Code-o-mat30-Sep-09 20:33 
QuestionRe: Program in c language Pin
David Crow1-Oct-09 3:31
David Crow1-Oct-09 3:31 
QuestionMultipage tiff Pin
Game-point30-Sep-09 19:01
Game-point30-Sep-09 19:01 
AnswerRe: Multipage tiff Pin
Peter Weyzen30-Sep-09 20:42
Peter Weyzen30-Sep-09 20:42 
AnswerRe: Multipage tiff Pin
Game-point30-Sep-09 20:56
Game-point30-Sep-09 20:56 
QuestionIs it possible to find out where a release version crashed by knowig the address? Pin
Erik30-Sep-09 18:17
Erik30-Sep-09 18:17 
AnswerRe: Is it possible to find out where a release version crashed by knowig the address? Pin
PJ Arends30-Sep-09 18:23
professionalPJ Arends30-Sep-09 18:23 
GeneralRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Randor 30-Sep-09 19:41
professional Randor 30-Sep-09 19:41 
GeneralRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Erik30-Sep-09 19:54
Erik30-Sep-09 19:54 
AnswerRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Hans Dietrich30-Sep-09 19:02
mentorHans Dietrich30-Sep-09 19:02 
AnswerRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Peter Weyzen30-Sep-09 20:41
Peter Weyzen30-Sep-09 20:41 

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.