8

我想在我的应用程序(如 LINE messenger)中播放APNG文件并创建动画贴纸!我可以使用APNG Assembler等工具创建 apng 。但我不知道如何在我的应用程序中播放动画 png。

请帮帮我!

4

1 回答 1

3

如果要显示或创建 apng 文件,可以使用:https ://github.com/oupson/Kapng-Android

将 apng 文件加载到 imageView 的示例:

ApngDecoder.decodeApngAsyncInto(context, URL("https://apng.onevcat.com/assets/elephant.png"), imageView)
于 2018-10-24T11:39:06.737 回答