cats-oss / android-gpuimage

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

- Added getter methods to many filters to get their intensity values. #504

Open iMJ007 opened 4 years ago

iMJ007 commented 4 years ago

What does this change?

Adds getter methods to several filters to get their intensity values such as radius, intensity, pixels etc depending on filter

What is the value of this and can you measure success?

It's useful to get the current intensity set on a filter if it is needed to be changed in future, giving further flexibility.

Screenshots