wasabeef / Blurry

Blurry is an easy blur library for Android
Apache License 2.0
5.57k stars 602 forks source link

Bitmap blurring #36

Open hablema opened 8 years ago

hablema commented 8 years ago

Hi,

First of all, its an awesome library and it does work really well. I was hoping if there would be a way to pass a bitmap and return a blured bitmap in the current implementation without using any views. It would be great if you can add the functionality in future.

jocelyngirard commented 7 years ago

👍

GoltsevEugene commented 6 years ago

It's quite late for an answer, but you can use one of Blur.of() methods. They are internal, but will suit your need.

!But be careful, you should set BlueFactor width and height fields!