You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
问题解决了,我在升级一些库的时候 做了一些优化,项目中使用的是glide 加载图片的框架,之前设置的全局的bitmap的格式是ARGB_8888,做了一些优化, 滤镜加载的bitmap 要求是8888格式的(libCGE: Bitmap format is not RGBA_8888!) 导致滤镜返回的bitmap为null,单独强制需要加载的bitmap格式为8888就可以了
最近android项目升级, 由support库升级到 androidx库之后,CGENativeLibrary.cgeFilterImage_MultipleEffects 返回的bitmap 为null,为什么?应该从哪里排查?
The text was updated successfully, but these errors were encountered: