-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Get direct Bitmap output #94
Comments
For anyone is finding this feature. We can get direct bitmap like this:
|
I invastigated the source code, i think it will not work without setting width and height.
|
Unfortunately version 4.0.0 of blurry made the Blur and BlurFactor classes package private. I think that they should be part of public API, as we also use them this way to transform bitmaps w/o underlying ImageView. |
Or at leat |
Is there a way to get the output as bitmap, rather than setting it directly to the ImageView.
The text was updated successfully, but these errors were encountered: