AVAnimator mvid conversion
问题 Is there no way to play an apng file directly in iOS? I tried AVAnimator , but its solution is to convert the apng file to mvid and then play it frame-by-frame and then to reduce file storage space, it would compress the mvid file into 7z . So, my question is, Am I right about what AVAnimator does? Is there any other solution apart from AVAnimator for this? 回答1: Yes, that is how decompression of the apng file format is implemented, except that there is no 7z decompression. Decompression is