Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在不修改 libpng 的情况下解析 APNG。这很重要,因为 libpng 可能会获得安全补丁,如果我修改 libpng,我需要维护我的版本。
有没有办法在没有修改 libpng 的情况下解析 APNG?
这有点棘手,但可能。参见 apng 反汇编器的源代码: https ://sourceforge.net/projects/apngdis/