Click here to Skip to main content
15,914,416 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Can GDI+ do this? Pin
transoft2-Aug-09 5:17
transoft2-Aug-09 5:17 
GeneralRe: Can GDI+ do this? Pin
Luc Pattyn2-Aug-09 5:24
sitebuilderLuc Pattyn2-Aug-09 5:24 
QuestionProblem with image dimensions being reversed Pin
Alan Burkhart29-Jul-09 9:38
Alan Burkhart29-Jul-09 9:38 
Answerrepost Pin
Luc Pattyn31-Jul-09 18:56
sitebuilderLuc Pattyn31-Jul-09 18:56 
Questionjawbreaker in c++ Pin
sajede27-Jul-09 18:14
sajede27-Jul-09 18:14 
AnswerRe: jawbreaker in c++ Pin
Tim Craig27-Jul-09 18:34
Tim Craig27-Jul-09 18:34 
AnswerRe: jawbreaker in c++ Pin
Henry Minute2-Aug-09 9:26
Henry Minute2-Aug-09 9:26 
QuestionRGB to Hsv ? Pin
Mohammad Dayyan17-Jul-09 20:50
Mohammad Dayyan17-Jul-09 20:50 
AnswerRe: RGB to Hsv ? Pin
Luc Pattyn18-Jul-09 0:03
sitebuilderLuc Pattyn18-Jul-09 0:03 
AnswerRe: RGB to Hsv ? Pin
Tim Craig18-Jul-09 21:13
Tim Craig18-Jul-09 21:13 
QuestionHow to print GDI BarChart? Pin
RanaSohail16-Jul-09 18:40
RanaSohail16-Jul-09 18:40 
AnswerRe: How to print GDI BarChart? Pin
Henry Minute2-Aug-09 9:33
Henry Minute2-Aug-09 9:33 
GeneralRe: How to print GDI BarChart? Pin
RanaSohail5-Aug-09 3:51
RanaSohail5-Aug-09 3:51 
GeneralRe: How to print GDI BarChart? Pin
Henry Minute5-Aug-09 4:34
Henry Minute5-Aug-09 4:34 
GeneralRe: How to print GDI BarChart? Pin
RanaSohail6-Sep-09 21:47
RanaSohail6-Sep-09 21:47 
QuestionGreat OpenGL 3.1 tutorial Pin
Gvizbi10-Jul-09 9:36
Gvizbi10-Jul-09 9:36 
AnswerRe: Great OpenGL 3.1 tutorial Pin
Gvizbi15-Jul-09 8:43
Gvizbi15-Jul-09 8:43 
QuestionHow to move selected objects in OPENGL Pin
gourishsio6-Jul-09 19:15
gourishsio6-Jul-09 19:15 
QuestionCan I push a per-pixel off-screen bitmap operation onto the Graphics Accelerator (DirectDraw, etc.)? Pin
roscler4-Jul-09 20:04
professionalroscler4-Jul-09 20:04 
AnswerRe: Can I push a per-pixel off-screen bitmap operation onto the Graphics Accelerator (DirectDraw, etc.)? Pin
Baltoro5-Jul-09 10:55
Baltoro5-Jul-09 10:55 
GeneralRe: Can I push a per-pixel off-screen bitmap operation onto the Graphics Accelerator (DirectDraw, etc.)? Pin
roscler5-Jul-09 14:50
professionalroscler5-Jul-09 14:50 
Hello Baltoro,

I am not using GetPixel/SetPixel. Instead I am using the Bitmap's scanline property to get a pointer to that memory area and simply walking a pointer over that area in a tight loop.

I do have access to the bitmap, in fact I call Delphi's JPEG code to decompress, with some optimizations I added to avoid needless memory reallocations between JPEG frames. I have since learned that there is an extension called DXVA (DirectX Video Acceleration), but that it is really tough to work with. However, I was also told that there probably already are JPEG compressors on my system that make use of DXVA. It might end up being an issue of learning how (if possible) to use DirectX to utilize those hardware accelerated compressors, but I have no idea to go about doing that currently.

Thanks,
Robert
QuestionTwo Cameras Mosaic Algorithm Pin
Bob Yiu3-Jul-09 3:34
Bob Yiu3-Jul-09 3:34 
AnswerRe: Two Cameras Mosaic Algorithm Pin
Tim Craig4-Jul-09 8:41
Tim Craig4-Jul-09 8:41 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Bob Yiu4-Jul-09 22:58
Bob Yiu4-Jul-09 22:58 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Tim Craig5-Jul-09 21:12
Tim Craig5-Jul-09 21:12 

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.