简体   繁体   English

如何模糊和暗淡用作活动背景的图像?

[英]How can I blur and dim an image to be used as an activity background?

Like the title says: I want to blur and darken a downloaded image. 就像标题中所说:我想使下载的图像模糊和变暗。
The BlurMaskFilter in the SDK sounds relevant, but I can't find any documentation on it. SDK中的BlurMaskFilter听起来很相关,但是我找不到关于它的任何文档。

Any suggestions? 有什么建议么?

I've only used this once and just for fun (not an expert). 我只用了一次,只是为了好玩(不是专家)。 Try something like: 尝试类似:

paint.setMaskFilter(new BlurMaskFilter(20, Blur.OUTER));

for more there is a nice blog here . 更多的是有不错的博客在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM