• 大小: 2.92KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-21
  • 标签: 图片  模糊  

资源简介

图片的模糊处理,工具类是核心,其他请看具体用法

资源截图

代码片段和文件信息

package com.lee.blureimageviewdemo;

import android.graphics.Bitmap;

/**
 * Created by Lee on 2017/3/4.
 */

public class FastBlurUtil {
    public static Bitmap doBlur(Bitmap sentBitmap int radius boolean canReuseInBitmap) {

        // Stack Blur v1.0 from
        // http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html
        //
        // Java Author: Mario Klingemann 
        // http://incubator.quasimondo.com
        // created Feburary 29 2004
        // Android port : Yahel Bouaziz 
        // http://www.kayenko.com
        // ported april 5th 2012

        // This is a compromise between Gaussian Blur and Box blur
        // It creates much better looking blurs than Box Blur but is
        // 7x

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        7592  2017-03-04 22:02  FastBlurUtil.java
     文件        2391  2017-03-04 23:31  MainActivity.java

评论

共有 条评论