How To Code A PNG Generator - Introduction

Опубликовано: 11 Август 2023
на канале: CS Student Strategies
253
4

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