How can I do these image processing tasks using OpenGL ES 2.0 shaders?

前端 未结 2 685
有刺的猬
有刺的猬 2020-11-28 17:40

How can I perform the following image processing tasks using OpenGL ES 2.0 shaders?

  • Colorspace transform ( RGB/YUV/HSL/Lab )
  • Swirling of the image
2条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-28 18:28

    You could start by checking out this list of shaders here. If you want to dig in a bit more, I'd recommend you check out the orange book found here.

提交回复
热议问题