-
|
类似https://www.w3.org/TR/2003/REC-PNG-20031110/ 这样的,可以让我们学习下pag文件结构或者实现自己的渲染器。 |
Beta Was this translation helpful? Give feedback.
Answered by
domchen
Jan 20, 2022
Replies: 2 comments 1 reply
-
|
文件格式规范文档有的,我们近期整理一下会发布到官网。你也可以直接先从仓库里的 src/codec/ 目录下看起来,那边已经包含所有文件编解码的代码实现。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
domchen
-
|
官网的文件格式没法下载, 能放到仓库中么 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
文件格式规范文档有的,我们近期整理一下会发布到官网。你也可以直接先从仓库里的 src/codec/ 目录下看起来,那边已经包含所有文件编解码的代码实现。