We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284eef4 commit a919b7aCopy full SHA for a919b7a
1 file changed
app/src/main/java/com/omarea/common/ui/FastBlurUtility.java
@@ -12,8 +12,8 @@
12
public class FastBlurUtility {
13
14
// Tỉ lệ thu nhỏ ảnh để xử lý nhanh (1/10 giúp giảm 100 lần số pixel cần tính toán)
15
- private static final float SCALE_FACTOR = 0.5f;
16
- private static final int BLUR_RADIUS = 8;
+ private static final float SCALE_FACTOR = 0.15f;
+ private static final int BLUR_RADIUS = 6;
17
18
/**
19
* Chụp màn hình và làm mờ (Dùng làm phương án dự phòng khi không lấy được Wallpaper)
0 commit comments