/png

PNG Parser

Primary LanguageC++MIT LicenseMIT

PNG Decoder

Simple PNG Decoder.

Quick Start

> premake5 vs2022
> msbuild -p:configuration\Debug build\png.sln
> bin\Debug\png.exe

Note: You can also open the VS solution file (.sln) directly and build with Visual Studio(If you want to wait eternally for it to open) and build it.

Dependencies