We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fabff commit 284eef4Copy full SHA for 284eef4
1 file changed
app/src/main/java/com/omarea/common/ui/FastBlurUtility.java
@@ -12,7 +12,7 @@
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.10f;
+ private static final float SCALE_FACTOR = 0.5f;
16
private static final int BLUR_RADIUS = 8;
17
18
/**
0 commit comments