Click here to Skip to main content
15,901,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load Bitmap from a specified path Pin
S.DARWIN PAUL RAJ15-Jul-04 15:08
S.DARWIN PAUL RAJ15-Jul-04 15:08 
GeneralCEdit text justification using ModifyStyle Pin
srev15-Jul-04 0:56
srev15-Jul-04 0:56 
GeneralRe: CEdit text justification using ModifyStyle Pin
David Crow15-Jul-04 4:06
David Crow15-Jul-04 4:06 
GeneralEvents from the back/forward buttons in a 5-button mouse Pin
Franc Morales15-Jul-04 0:51
Franc Morales15-Jul-04 0:51 
GeneralDoes anyone has experiences on processing gigabyte image with C++ Pin
swandream15-Jul-04 0:30
swandream15-Jul-04 0:30 
GeneralRe: Does anyone has experiences on processing gigabyte image with C++ Pin
Maximilien15-Jul-04 0:37
Maximilien15-Jul-04 0:37 
GeneralRe: Does anyone has experiences on processing gigabyte image with C++ Pin
swandream15-Jul-04 2:04
swandream15-Jul-04 2:04 
GeneralRe: Does anyone has experiences on processing gigabyte image with C++ Pin
Maximilien15-Jul-04 3:11
Maximilien15-Jul-04 3:11 
for the first part, I would think that you will need to create tiles that will not be full; just think what happens if you load an image in an image editor and the image is smaller than the viewport, you will see the background.

for the second part, you have the choice to either process the currently visible tiles, and when panning/scaling happens, process as needed, but depending on the filter, it will be really time consuming.

Depending on the application, can the user wait a few seconds/minutes ( depending on the image size ) to process the full image ? or that the user needs fast interaction, and "live" with lower quality processing, until, the full processing is asked for.


Maximilien Lincourt
Your Head A Splode - Strong Bad
Generalfloat into array of bytes Pin
pankajdaga15-Jul-04 0:23
pankajdaga15-Jul-04 0:23 
GeneralRe: float into array of bytes Pin
pankajdaga15-Jul-04 1:10
pankajdaga15-Jul-04 1:10 
GeneralRe: float into array of bytes Pin
V.15-Jul-04 1:24
professionalV.15-Jul-04 1:24 
GeneralRe: float into array of bytes Pin
Roger Allen15-Jul-04 3:33
Roger Allen15-Jul-04 3:33 
GeneralMFC and Windows.Forms integration Pin
EinarJon15-Jul-04 0:19
EinarJon15-Jul-04 0:19 
GeneralEnumFontFamilies Pin
Galisteo15-Jul-04 0:17
Galisteo15-Jul-04 0:17 
GeneralRe: EnumFontFamilies Pin
David Crow15-Jul-04 4:23
David Crow15-Jul-04 4:23 
GeneralRe: EnumFontFamilies Pin
Galisteo15-Jul-04 6:23
Galisteo15-Jul-04 6:23 
GeneralLinking error ?? y Pin
Zeeshan Bilal15-Jul-04 0:14
Zeeshan Bilal15-Jul-04 0:14 
GeneralHiding a dialog box of another process Pin
UlrichG15-Jul-04 0:05
UlrichG15-Jul-04 0:05 
GeneralC++ Def and Non-Def file - Function Signature - help! Pin
Chua Wen Ching14-Jul-04 23:50
Chua Wen Ching14-Jul-04 23:50 
GeneralRe: C++ Def and Non-Def file - Function Signature - help! Pin
vmaltsev15-Jul-04 12:16
vmaltsev15-Jul-04 12:16 
QuestionHow To Display TIFF File in MFC Application.?????? Pin
mahatma_cis14-Jul-04 23:40
mahatma_cis14-Jul-04 23:40 
AnswerRe: How To Display TIFF File in MFC Application.?????? Pin
KaЯl15-Jul-04 0:19
KaЯl15-Jul-04 0:19 
AnswerRe: How To Display TIFF File in MFC Application.?????? Pin
swandream15-Jul-04 0:21
swandream15-Jul-04 0:21 
QuestionHow to use extra API for Visual C++ Application. Pin
pubududilena14-Jul-04 23:02
pubududilena14-Jul-04 23:02 
Generalwin32 Pin
uma maheswari14-Jul-04 22:11
uma maheswari14-Jul-04 22:11 

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.