-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about 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
How to get preview image from AnimatedDrawable #4
Comments
@ChenSiLiang 我看了你在Fresco的issue,老外可能觉得你会oom不告诉你方法= = 这个问题我这几天看下来有一种解决方法,亲测可行:
|
@desmond1121 的确,后来我也是这样解决的,但是预览帧也是需要做大图压缩,不然很容易引发OOM。然后我一直在研究在 |
@ChenSiLiang 这个场景有点复杂,祝你好运~ 有啥图片加载方面的问题可以一起研究:) |
@desmond1121 好的 谢谢 ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use the code to get a
AnimatedDrawable
and I want to get a preview image for this
AnimatedDrawable
I try
renderFrame()
but did not workhope reply soon!Thanks!
The text was updated successfully, but these errors were encountered: