How to apply an effect on screen image in Windows on the fly?

痴心易碎 提交于 2019-12-25 01:29:42

问题


I'm developing a Windows application that needs to apply an effect on screen image. More specifically, I need to do the following: grab a screen image, apply a gaussian blur on it, and display it on the screen. Something similar to f.lux, only in my case the effect applied is different.

Since I'm new in Windows development, I'd like to know what is the recommended way to do it? What libraries/frameworks should I use? Can you point to some code samples of similar applications?

Thanks!

来源:https://stackoverflow.com/questions/23161244/how-to-apply-an-effect-on-screen-image-in-windows-on-the-fly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!