8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about AB25 this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个库很好啊,图片处理方式和思路。不过如果单独使用IMGView作为图片编辑view的话,会引起很多异常,主要是资源释放问题。 比如异常:1、Canvas: trying to use a recycled bitmap android.graphics.Bitmap@XXX。 复现情况:比如第一个界面跳转到第二个界面设置setImageBitmap(bitmap),然后退出(没释放资源),如此反复。 异常位置:IMGView类524行里,的 // 绘制图片 canvas.drawBitmap(mImage, null, mFrame, null);
The text was updated successfully, but these errors were encountered:
我这边也有相同的问题,请问要怎么解决
Sorry, something went wrong.
No branches or pull requests
这个库很好啊,图片处理方式和思路。不过如果单独使用IMGView作为图片编辑view的话,会引起很多异常,主要是资源释放问题。
比如异常:1、Canvas: trying to use a recycled bitmap android.graphics.Bitmap@XXX。
复现情况:比如第一个界面跳转到第二个界面设置setImageBitmap(bitmap),然后退出(没释放资源),如此反复。
异常位置:IMGView类524行里,的
// 绘制图片
canvas.drawBitmap(mImage, null, mFrame, null);
The text was updated successfully, but these errors were encountered: