Blankj / AndroidUtilCode

:fire: Android developers should collect the following utils(updating).
https://blankj.com/2016/07/31/android-utils-code/
Apache License 2.0
33.24k stars 10.67k forks source link

android.renderscript.RSIllegalArgumentException:Bitmap has an unsupported format for this operation #1407

Open Felix1030 opened 3 years ago

Felix1030 commented 3 years ago

描述 Bug

图片高斯模糊时出错

相关代码

put your code here

异常堆栈

put the stack of crash here

截图

image image

Felix1030 commented 3 years ago

出错堆栈 android.renderscript.Allocation.validateBitmapFormat(Allocation.java:562)

2 android.renderscript.Allocation.copyTo(Allocation.java:1386) 3 com.blankj.utilcode.util.m.a(SourceFile:1275)

使用代码 Bitmap bitmap = ImageUtils.renderScriptBlur(resource, 20f, true);