Blur Effect (Wet in Wet effect) in Paint Application Using OpenGL-ES

后端 未结 2 664
离开以前
离开以前 2020-12-10 23:24

I am developing Paint application using OpenGL-ES for iPhone and i want to implement Gaussian blur effect(Wet in Wet) for painting. Please

2条回答
  •  温柔的废话
    2020-12-10 23:42

    I am assuming you would want to apply this on an Image. I have no idea how this could be done in OpenGL ES. But you could try using this awesome image processing library. It provides other image effects other than Guassian-Blur...

    Happy Blurring...

提交回复
热议问题