This video is an overview of what a PNG file is and how it is structured. We plan to make the most simple PNG generator possible and this video gives us the knowledge that we need to complete such a task.
Github
https://github.com/fclassvisions/file...
PNG Basics
https://www.oreilly.com/library/view/...
PNG Spec - File Structure
https://www.w3.org/TR/PNG-Structure.html
PNG Spec - Chunk Specs
https://www.w3.org/TR/PNG-Chunks.html
Zlib - Nodejs
https://nodejs.org/api/zlib.html#clas...
crc-32 - Nodejs
https://www.npmjs.com/package/crc-32