-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Algorithm ? #165
Comments
If this library is transferred to jni, it will be much better |
I used stackblur in C++, it gives the best performance if we also make bitmap native |
Yes, you can pass own algorithm there, that's why that method exist |
How to round corner view??? |
That's offtopic, but short answer is exactly the same as any other View - #37 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I wanted to know if I can pass a customized algorithm to the setBlurAlgorithm parameter?
For example stackblur in jni c.
The text was updated successfully, but these errors were encountered: