-
Notifications
You must be signed in to change notification settings - Fork 118
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
Filter Slow when I set 3 or 4 filter. #15
Comments
Hi truongnguyenptit, do you want to share your code for TiltShiftFilter? |
My English very poor. Hi Mr gkakasevski, Of course, You can use class TiltShiftFilterGroup for linear TiltShift and GaussianSelectiveBlurFilter for radial TiltShift. Code: Class TiltShiftFilterGroup: public class TiltShiftFilterGroup extends GaussianBlurPositionFilter {
Class GaussianSelectiveBlurFilter: public class GaussianSelectiveBlurFilter extends GaussianBlurPositionFilter {
} How to use: I hope help you. |
I custome Gaussian blur like TiltShiftFilter Instagram. If only 1 filter Gaussian Blur it's ok but I using Filter Group add 3 or 4 filter. It's slow and lag
The text was updated successfully, but these errors were encountered: