Click here to Skip to main content
15,884,298 members
Home / Discussions / Graphics
   

Graphics

 
AnswerRe: Intelligent Connectors Pin
Tim Craig18-Jun-07 18:16
Tim Craig18-Jun-07 18:16 
GeneralRe: Intelligent Connectors Pin
whatitis18-Jun-07 18:39
whatitis18-Jun-07 18:39 
QuestionIntelligent Connectors Pin
whatitis17-Jun-07 19:12
whatitis17-Jun-07 19:12 
QuestionIDirectDrawSurface7::Blt function does not work with secondary screen [modified] Pin
raytracingx17-Jun-07 16:36
raytracingx17-Jun-07 16:36 
QuestionGDI+ How to limit number of PathPoints in GraphicsPath [modified] Pin
shipstech15-Jun-07 7:49
shipstech15-Jun-07 7:49 
QuestionInner and Outer Bevel Effects. Pin
Sameerkumar Namdeo14-Jun-07 23:38
Sameerkumar Namdeo14-Jun-07 23:38 
QuestionAnti-Aliasing routine needed Pin
Force Code14-Jun-07 13:39
Force Code14-Jun-07 13:39 
AnswerRe: Anti-Aliasing routine needed Pin
Christian Graus14-Jun-07 14:09
protectorChristian Graus14-Jun-07 14:09 
Looks to me like you're asking for a blur filter, because you want to 'antialias' a bitmap, when the method really works when you're in the process of drawing lines. If you read my image prcoessing articles, I talk about bilinear and bicubic filters there. Basically, what antialiasing does, is it says for an edge pixel, I really want to only draw on x% of this pixel, but as that's not possible, I merge the color of the underlying pixel with the color I want to draw, so it's x% the color I want to draw, and 100-x% the color that it was before.

The issue you will have is working out both which areas you're antialiasing ( assume all the pixels that differ ), and how much they need to be antialiased, which is probably impossible to work out. Some sort of general algorithm that does a good enough job to improve your image is probably fairly easy, however.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Anti-Aliasing routine needed Pin
Force Code14-Jun-07 14:30
Force Code14-Jun-07 14:30 
GeneralRe: Anti-Aliasing routine needed Pin
Christian Graus14-Jun-07 18:05
protectorChristian Graus14-Jun-07 18:05 
GeneralRe: Anti-Aliasing routine needed Pin
Force Code15-Jun-07 1:52
Force Code15-Jun-07 1:52 
GeneralRe: Anti-Aliasing routine needed Pin
Force Code15-Jun-07 5:17
Force Code15-Jun-07 5:17 
GeneralRe: Anti-Aliasing routine needed [modified] Pin
Force Code20-Jun-07 6:03
Force Code20-Jun-07 6:03 
QuestionWarehouse Visualization Pin
Ali BaderEddin11-Jun-07 22:13
Ali BaderEddin11-Jun-07 22:13 
AnswerRe: Warehouse Visualization Pin
Christian Graus12-Jun-07 1:50
protectorChristian Graus12-Jun-07 1:50 
GeneralRe: Warehouse Visualization Pin
Ali BaderEddin14-Jun-07 20:54
Ali BaderEddin14-Jun-07 20:54 
QuestionHow can i capture a screen shot from handled video screen ? [modified] Pin
vmguneri11-Jun-07 6:58
vmguneri11-Jun-07 6:58 
Questionhow to convert template in to web page? Pin
bigphish10-Jun-07 19:51
bigphish10-Jun-07 19:51 
AnswerRe: how to convert template in to web page? Pin
Christian Graus10-Jun-07 20:56
protectorChristian Graus10-Jun-07 20:56 
QuestionFrozen screen after activation of Win screensaver Pin
sohst9-Jun-07 0:54
sohst9-Jun-07 0:54 
QuestionRe: Frozen screen after activation of Win screensaver Pin
Mark Salsbery9-Jun-07 8:47
Mark Salsbery9-Jun-07 8:47 
AnswerRe: Frozen screen after activation of Win screensaver Pin
sohst9-Jun-07 21:40
sohst9-Jun-07 21:40 
GeneralRe: Frozen screen after activation of Win screensaver Pin
Mark Salsbery10-Jun-07 6:24
Mark Salsbery10-Jun-07 6:24 
GeneralRe: Frozen screen after activation of Win screensaver Pin
sohst11-Jun-07 2:37
sohst11-Jun-07 2:37 
GeneralRe: Frozen screen after activation of Win screensaver Pin
Mark Salsbery11-Jun-07 6:40
Mark Salsbery11-Jun-07 6:40 

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.