cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

Beaty filters with GPUImage? #548

Open arianaa30 opened 1 year ago

arianaa30 commented 1 year ago

GPUImage looks great. Can we do beauty filters with it, like Brightening and Whitening, Skin smoothing or Face Tone enhancement, makeups, etc? Does it support these?

monxarat commented 1 year ago

@arianaa30 You can check here.

https://github.com/cats-oss/android-gpuimage/tree/master/library/src/main/java/jp/co/cyberagent/android/gpuimage/filter

arianaa30 commented 1 year ago

Thanks. Wondering, is GPUimage being updated nowadays? The samples are for 5-6 years ago.