修复 APNG Truecolour16Alpha 处理器克隆方法返回类型错误的问题#4210
Merged
Glavo merged 1 commit intoHMCL-dev:mainfrom Aug 7, 2025
Merged
Conversation
Member
Contributor
Author
Member
|
啊,不好意思应该是我的问题,刚刚测试的时候可能不小心用错分支了,我再次测试后确实解决了我遇到的问题。等白天我再认真看看。
上游是 aellerton/japng,这个仓库上次更新是七年前,作者近五年也很不活跃,所以我不确定提交给上游有没有用。 |
Glavo
approved these changes
Aug 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



本 PR 解决的应该就是 #4205 简介中提到的问题(至少症状是差不多的)
测试文件:helloface.apng(应该需要修改扩展名?)
编码命令行:
ffmpeg -i C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\media\HelloFaceAnimation.gif -plays 0 -pix_fmt rgba64be helloface.apng修复前

修复后

我不知道该不该提交上游