Click here to Skip to main content
15,920,503 members
Home / Discussions / Graphics
   

Graphics

 
Questionhow can i the screen image to a pixel format? Pin
bankey101014-Nov-07 0:12
bankey101014-Nov-07 0:12 
AnswerRe: how can i the screen image to a pixel format? Pin
Nathan Holt at EMOM16-Nov-07 7:35
Nathan Holt at EMOM16-Nov-07 7:35 
Questionconvert image to bitmap Pin
dogmatic6913-Nov-07 3:50
dogmatic6913-Nov-07 3:50 
AnswerRe: convert image to bitmap Pin
Mark Salsbery13-Nov-07 9:08
Mark Salsbery13-Nov-07 9:08 
GeneralRe: convert image to bitmap Pin
dogmatic6913-Nov-07 22:12
dogmatic6913-Nov-07 22:12 
GeneralRe: convert image to bitmap Pin
GrinderDev14-Nov-07 1:22
GrinderDev14-Nov-07 1:22 
GeneralRe: convert image to bitmap Pin
Mark Salsbery14-Nov-07 4:58
Mark Salsbery14-Nov-07 4:58 
GeneralRe: convert image to bitmap Pin
Matthew Butler14-Nov-07 5:21
Matthew Butler14-Nov-07 5:21 
You could also just cast it... (This is a bit faster and uses less memory).

bitmap = (Bitmap)image;


Matthew Butler

GeneralRe: convert image to bitmap Pin
Luc Pattyn14-Nov-07 5:41
sitebuilderLuc Pattyn14-Nov-07 5:41 
GeneralRe: convert image to bitmap Pin
Matthew Butler14-Nov-07 6:10
Matthew Butler14-Nov-07 6:10 
GeneralRe: convert image to bitmap Pin
Luc Pattyn14-Nov-07 6:17
sitebuilderLuc Pattyn14-Nov-07 6:17 
GeneralRe: convert image to bitmap Pin
Mark Salsbery14-Nov-07 8:06
Mark Salsbery14-Nov-07 8:06 
QuestionHelp :-( - DirectX Initialisation issues Pin
MarkB7778-Nov-07 0:47
MarkB7778-Nov-07 0:47 
AnswerRe: Help :-( - DirectX Initialisation issues Pin
Mark Salsbery8-Nov-07 5:55
Mark Salsbery8-Nov-07 5:55 
GeneralRe: Help :-( - DirectX Initialisation issues Pin
MarkB7778-Nov-07 9:52
MarkB7778-Nov-07 9:52 
GeneralRe: Help :-( - DirectX Initialisation issues Pin
Mark Salsbery8-Nov-07 10:10
Mark Salsbery8-Nov-07 10:10 
QuestionOpenGL picking Pin
belloSoft6-Nov-07 6:47
belloSoft6-Nov-07 6:47 
AnswerRe: OpenGL picking Pin
El Corazon6-Nov-07 7:33
El Corazon6-Nov-07 7:33 
GeneralRe: OpenGL picking Pin
belloSoft7-Nov-07 10:40
belloSoft7-Nov-07 10:40 
GeneralRe: OpenGL picking Pin
Jheriko++17-Nov-07 16:49
Jheriko++17-Nov-07 16:49 
QuestionImage in form of matrix Pin
shemhamforash6-Nov-07 4:00
shemhamforash6-Nov-07 4:00 
AnswerRe: Image in form of matrix Pin
Ju@ncho8-Nov-07 2:52
Ju@ncho8-Nov-07 2:52 
QuestionGetting Image properties Pin
sniper475-Nov-07 23:19
sniper475-Nov-07 23:19 
AnswerRe: Getting Image properties Pin
MikeMarq8-Nov-07 4:44
MikeMarq8-Nov-07 4:44 
AnswerRe: Getting Image properties Pin
Pawel Gielmuda9-Nov-07 2:59
Pawel Gielmuda9-Nov-07 2:59 

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.