Simple PNG Decoder.
> 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.
- premake5 (version 5.0.0-beta2 and up)
- Visual Studio 17.4.4 (2022) with (Desktop development with C++ Workload Installed)