/read_png

Example program on how to read PNGs in C.

Primary LanguageC

Build

mkdir build
cd build
cmake ..

Run

cd build
./main ../test_data/100x100_rgb_green.png 1