Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting Started in Visual C++.NET Pin
Nino_118-Jun-03 15:48
Nino_118-Jun-03 15:48 
GeneralRe: Getting Started in Visual C++.NET Pin
valikac19-Jun-03 6:41
valikac19-Jun-03 6:41 
GeneralRe: Getting Started in Visual C++.NET Pin
Nino_122-Jun-03 11:11
Nino_122-Jun-03 11:11 
GeneralToolTip Problem Pin
Kyudos18-Jun-03 6:05
Kyudos18-Jun-03 6:05 
GeneralBackground color of Dialog Pin
act_x18-Jun-03 5:58
act_x18-Jun-03 5:58 
GeneralRe: Background color of Dialog Pin
Harsha Gopal18-Jun-03 6:22
Harsha Gopal18-Jun-03 6:22 
GeneralRe: Background color of Dialog Pin
kochhar18-Jun-03 12:38
kochhar18-Jun-03 12:38 
GeneralHELP: source code of TIFF viewer, thanks Pin
Anonymous18-Jun-03 5:50
Anonymous18-Jun-03 5:50 
Hi, I am going to write a tiff file viewer, but I don't know the format of the
tiff file. Here I ask my questions,

(1). I googled the format of tiff and didn't find any help information, anyone
can show me an URL to learn the tiff format?
(2) can somebody show me the source code of tiff viewer? How is a tiff file
compressed and displayed?

(3). WHAT I WANT TO DO IS: to display the result of a window moving(1024*768)
on a very large picture(8192*4096). My goal is to MINIMIZE the data to be
transfered over ethernet at each display frame.
Say, I want to have my viewer display 1024*768 pixels at a time, my mouse
move smoothly to change the position of the window. Thus intuitively, at each
time I only need a small ammount of new pixels to be loaded in the viewer,
because the other part should overlap with the former frame. Is ther any
clever method to minimize the data transfer?? (If it were bmp file, I can
expect this is doable.)

---------------------------
| |-------| moving |
| |Window | --> |
| |-------| |
| whole pic |
|-------------------------|
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
ZoogieZork18-Jun-03 6:20
ZoogieZork18-Jun-03 6:20 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
ZoogieZork18-Jun-03 6:24
ZoogieZork18-Jun-03 6:24 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
John M. Drescher18-Jun-03 6:57
John M. Drescher18-Jun-03 6:57 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
John M. Drescher18-Jun-03 7:03
John M. Drescher18-Jun-03 7:03 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
Anonymous18-Jun-03 7:19
Anonymous18-Jun-03 7:19 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
John M. Drescher18-Jun-03 7:21
John M. Drescher18-Jun-03 7:21 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
Anonymous18-Jun-03 7:44
Anonymous18-Jun-03 7:44 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
John M. Drescher18-Jun-03 7:08
John M. Drescher18-Jun-03 7:08 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
Anonymous18-Jun-03 7:32
Anonymous18-Jun-03 7:32 
GeneralRe: HELP: source code of TIFF viewer, thanks Pin
John M. Drescher18-Jun-03 8:00
John M. Drescher18-Jun-03 8:00 
GeneralHELP: source code of TIFF viewer Pin
Anonymous18-Jun-03 5:48
Anonymous18-Jun-03 5:48 
GeneralAuto-Hide Views Pin
Mark Donkers18-Jun-03 5:29
Mark Donkers18-Jun-03 5:29 
GeneralRe: Auto-Hide Views Pin
nfactorial18-Jun-03 6:46
nfactorial18-Jun-03 6:46 
GeneralImplementing a Fisher-Yates Algorithm in C++ Pin
John Aldrich18-Jun-03 5:07
John Aldrich18-Jun-03 5:07 
GeneralRe: Implementing a Fisher-Yates Algorithm in C++ Pin
AlexO18-Jun-03 5:33
AlexO18-Jun-03 5:33 
GeneralRe: Implementing a Fisher-Yates Algorithm in C++ Pin
Ryan Binns18-Jun-03 15:19
Ryan Binns18-Jun-03 15:19 
GeneralRe: Implementing a Fisher-Yates Algorithm in C++ Pin
Ryan Binns18-Jun-03 15:24
Ryan Binns18-Jun-03 15:24 

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.