Skip to content

Commit 284eef4

Browse files
committed
Update
1 parent f2fabff commit 284eef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.10f;
15+
private static final float SCALE_FACTOR = 0.5f;
1616
private static final int BLUR_RADIUS = 8;
1717

1818
/**

0 commit comments

Comments
 (0)