Re: direct access to display memory
From: Louis Solomon [SteelBytes] (louis_at_steelbytes.spam-is-bad.com)
Date: 09/14/04
- Next message: Louis Solomon [SteelBytes]: "Re: CreateCompatibleBitmap Fails under VS2003"
- Previous message: Louis Solomon [SteelBytes]: "Re: Error in CMS. Convert an image to the same ICC profile, must be the same image, no?"
- In reply to: Masoud Rozati: "direct access to display memory"
- Next in thread: vipin: "Re: direct access to display memory"
- Reply: vipin: "Re: direct access to display memory"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Sep 2004 09:50:42 +1000
DirectX allows direct access to video memory.
read up on CreateSurface and GetGDISurface etc
-- Louis Solomon www.steelbytes.com "Masoud Rozati" <masoud@ansari.nospam.de> wrote in message news:eN74AhmmEHA.1136@TK2MSFTNGP10.phx.gbl... >I need a quick and efficient way of accessing display memory. In fact what >I > am going to do is capturing a portion of the screen given its coordinates. > I > don't want to get a copy of bitmap data elsewhere, because that reduces my > performance. > I am not sure if using GDI/GDI+ is the right solution for my problem. So > my > questions: > 1. Is it basically possible to directly access the display memory of > Windows? if so, which API / function provides such means? > 2. What is the fastest way of reading a portion of screen or application > display given the coordinates of that area? > 3. How can I find out which pixel within a specific area are changed. I am > going to gather image updates in a minimal way (only changed pixels) > > Any help is appreciated > Masoud > >
- Next message: Louis Solomon [SteelBytes]: "Re: CreateCompatibleBitmap Fails under VS2003"
- Previous message: Louis Solomon [SteelBytes]: "Re: Error in CMS. Convert an image to the same ICC profile, must be the same image, no?"
- In reply to: Masoud Rozati: "direct access to display memory"
- Next in thread: vipin: "Re: direct access to display memory"
- Reply: vipin: "Re: direct access to display memory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|