Re: Rapid gfx display Qs
- From: "Larry Serflaten" <serflaten@xxxxxxxxxxxxxx>
- Date: Wed, 14 May 2008 15:44:43 -0500
"Jim Mack" <jmack@xxxxxxxxxxxxxxx> wrote
To get a baseline, I timed just getting (LoadPicture) random 1280x720
BMP files into a picture box with autoredraw off. The average load
time was about 65ms, with almost no variation -- 63-67ms was the
range.
You might convert them to DIB files and compare that. I am thinking
the quickest route using the API would be to use files that contained only
DIB data so that you could load a file into an array and use SetDIBitsToDevice
to send the data to the display. I would think that'd reduce the operation to
its bare minimum; load a file into memory, and transfer that data to the display....
(just a thought)
LFS
.
- Follow-Ups:
- Re: Rapid gfx display Qs
- From: Jim Mack
- Re: Rapid gfx display Qs
- From: Jim Mack
- Re: Rapid gfx display Qs
- References:
- Rapid gfx display Qs
- From: Jim Mack
- Rapid gfx display Qs
- Prev by Date: Re: CreateWindowEx has a problem with focus
- Next by Date: Re: How to convert extra long strings into their equivalent Hex Strings in VBA (Word 2K)
- Previous by thread: Re: Rapid gfx display Qs
- Next by thread: Re: Rapid gfx display Qs
- Index(es):
Relevant Pages
|
Loading