Click here to Skip to main content
15,919,434 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: directx in vs 2008 Pin
followait7-Aug-08 19:51
followait7-Aug-08 19:51 
QuestionAmcap SDK directshow. Pin
suefyzah6-Aug-08 20:03
suefyzah6-Aug-08 20:03 
AnswerRe: Amcap SDK directshow. Pin
Mark Salsbery7-Aug-08 7:44
Mark Salsbery7-Aug-08 7:44 
QuestionRunning executable problem Pin
Md. Ali Naser Khan5-Aug-08 23:51
Md. Ali Naser Khan5-Aug-08 23:51 
AnswerRe: Running executable problem Pin
Cedric Moonen6-Aug-08 21:07
Cedric Moonen6-Aug-08 21:07 
GeneralRe: Running executable problem Pin
Md. Ali Naser Khan6-Aug-08 21:26
Md. Ali Naser Khan6-Aug-08 21:26 
QuestionColor blending taking information from bitmap file Pin
Md. Ali Naser Khan4-Aug-08 6:28
Md. Ali Naser Khan4-Aug-08 6:28 
AnswerRe: Color blending taking information from bitmap file Pin
Baltoro7-Aug-08 13:43
Baltoro7-Aug-08 13:43 
What you are trying to do is simple, but DirectX does not have an appropiate function for you to call. The simplest approach would be to just read from memory. Have a look at the MSDN GDI Bitmap Reference[^]
The concept is to load the bitmap into memory (this should exist as one continuous block of memory), by creating a DIB Section (see, Create DIB Section[^]), or similar technique. Then you locate the the pointer value for the actual bitmap bits (this is provided in the header structure), and read the appropiate value.
If all of this is new territory for you, you should probably begin with, Bitmap Creation[^], or, Device Independent Bitmaps[^]
Questiongraphics Pin
jarwa4-Aug-08 1:15
jarwa4-Aug-08 1:15 
AnswerRe: graphics Pin
Harvey Saayman4-Aug-08 4:51
Harvey Saayman4-Aug-08 4:51 
QuestionSkin Desktop Application in .Net Framework 2.0 Pin
sudjp4-Aug-08 1:02
sudjp4-Aug-08 1:02 
AnswerRe: Skin Desktop Application in .Net Framework 2.0 Pin
John_Adams5-Aug-08 3:16
John_Adams5-Aug-08 3:16 
GeneralRe: Skin Desktop Application in .Net Framework 2.0 Pin
sudjp5-Aug-08 17:53
sudjp5-Aug-08 17:53 
GeneralRe: Skin Desktop Application in .Net Framework 2.0 Pin
sudjp5-Aug-08 18:18
sudjp5-Aug-08 18:18 
AnswerRe: Skin Desktop Application in .Net Framework 2.0 Pin
Member 34802328-Aug-08 3:46
Member 34802328-Aug-08 3:46 
QuestionOpenGL better alternative to wglUseFontBitmaps ? Pin
Maximilien31-Jul-08 8:27
Maximilien31-Jul-08 8:27 
AnswerRe: OpenGL better alternative to wglUseFontBitmaps ? Pin
El Corazon4-Aug-08 18:40
El Corazon4-Aug-08 18:40 
GeneralRe: OpenGL better alternative to wglUseFontBitmaps ? Pin
Maximilien5-Aug-08 3:03
Maximilien5-Aug-08 3:03 
QuestionAdd animated gif to smart device Pin
Dushan12331-Jul-08 7:04
Dushan12331-Jul-08 7:04 
AnswerRe: Add animated gif to smart device [modified] Pin
Iain Clarke, Warrior Programmer1-Aug-08 0:03
Iain Clarke, Warrior Programmer1-Aug-08 0:03 
QuestionIs it possible to avoid decimation when drawing a bitmap? Pin
Jim Warburton30-Jul-08 4:31
Jim Warburton30-Jul-08 4:31 
QuestionRe: Is it possible to avoid decimation when drawing a bitmap? Pin
Mark Salsbery30-Jul-08 7:55
Mark Salsbery30-Jul-08 7:55 
AnswerRe: Is it possible to avoid decimation when drawing a bitmap? Pin
Jim Warburton30-Jul-08 14:12
Jim Warburton30-Jul-08 14:12 
GeneralRe: Is it possible to avoid decimation when drawing a bitmap? Pin
Mark Salsbery30-Jul-08 14:25
Mark Salsbery30-Jul-08 14:25 
QuestionRe: Is it possible to avoid decimation when drawing a bitmap? Pin
Mark Salsbery30-Jul-08 14:44
Mark Salsbery30-Jul-08 14:44 

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.