我想播放APNG文件并在我的应用程序(例如LINE Messenger)中创建动画贴纸!
我可以使用APNG Assembler之类的工具来创建apng。但我不知道如何在我的应用程序中播放动画png。
请帮帮我!
最佳答案
如果要显示或创建apng文件,可以使用以下命令:https://github.com/oupson/Kapng-Android
将apng文件加载到imageView的示例:
ApngDecoder.decodeApngAsyncInto(context, URL("https://apng.onevcat.com/assets/elephant.png"), imageView)