Click here to Skip to main content
15,885,056 members
Home / Discussions / Graphics
   

Graphics

 
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 
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 
Force Code wrote:
Are you saying its not feasible are hasn't been conceived of for an algorithm to examine the contour (i.e. border) of this shape and produce a smooth (anti-aliased) version as output, on a target bitmap?


No, I"m saying it's bloody hard work, and if you also have the bitmap WITHOUT the text, to provide the background, you'll get a better result for less hassle if you just rewrite the text with anti aliasing.

Force Code wrote:
Or are you saying this is what a "blur filter" would achieve?


A blur filter will recolor all pixels based on the surrounding colours, which will in effect do what anti aliasing does, but blindly and everywhere.

Depending on the nature of the image, a gaussian blur, or similar, may produce an improved result. It may also make it worse Smile | :)

Is the text the only black area on the bitmap ? Do you know where it is ? If you know the area to look, or can identify text, then you can write some code to blur the edges, pretty trivially, which will not be quite what you're looknig for, but it's what I had in mind when I said you could write something easily that won't be 100% what you want, but could give enough of the effect to solve your issue.


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 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 
AnswerRe: Frozen screen after activation of Win screensaver Pin
sohst13-Jun-07 11:12
sohst13-Jun-07 11:12 
GeneralRe: Frozen screen after activation of Win screensaver Pin
Mark Salsbery13-Jun-07 11:50
Mark Salsbery13-Jun-07 11:50 

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.