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.
我已经学会了如何根据BMP 文件结构(这里和这里)生成 BMP 图像。
现在我正在寻找PNG文件结构,但我没有找到任何好的解释。
你知道我在哪里可以找到这个带有方案的解释吗?
完整的规范可在此处获得:http ://www.libpng.org/pub/png/spec/1.2/png-1.2.pdf
请注意,PNG 格式比 BMP 复杂得多,因为它允许压缩等。
维基百科的解释呢?好像写得很好,也很容易理解。还有规范,它涉及到所有内容。