Skip to content

Commit a919b7a

Browse files
committed
Update
1 parent 284eef4 commit a919b7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/omarea/common/ui/FastBlurUtility.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
public class FastBlurUtility {
1313

1414
// 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;
15+
private static final float SCALE_FACTOR = 0.15f;
16+
private static final int BLUR_RADIUS = 6;
1717

1818
/**
1919
* 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

Comments
 (0)