232 B
232 B
Simple image viewer for .ppm types of images
Build with
gcc -Wall -Wextra -g -o iv iv.c `sdl2-config --cflags --libs`
Run with
cat image.ppm | ./iv
Dependencies
sdl2