android 图片去色返回灰度图片

public static Bitmap toGrayScale(Bitmap bm) { int width, height; height = bmp.getHeight();//图片高度 width = bmp.getWidth(); Bitmap bmpGrayscale = Bitmap.createBitmap(width
相关文章
相关标签/搜索