cats-oss / android-gpuimage

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

Beaty filters with GPUImage? #548

Open arianaa30 opened 11 months ago

arianaa30 commented 11 months 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 11 months 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 11 months ago

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