How to change the skin color of face from the source image in ios?

后端 未结 6 402
失恋的感觉
失恋的感觉 2021-01-31 21:45

MY code: How to manage RGB value for differet shades of face,and how to apply? this code will change the color of face along with hair,but i want 1.only face to be colored excl

6条回答
  •  生来不讨喜
    2021-01-31 22:08

    Try to use GPUImage Framework by Brad Larson:

    https://github.com/BradLarson/GPUImage

    This is very powerful framework for working with images.

    Read this question:

    GPUImage create a custom Filter that change selected colors

    Hope it helps!

提交回复
热议问题