Skip to content

dead-tech/ppm-viewer

Repository files navigation

Build Status

PPM Viewer

Terminal PPM Viewer written in C++20.

DISCLAIMER: The viewer is restricted to P3 PPM file format.

Building with CMake

$ mkdir build
$ cd build
$ cmake ..
$ make

You will find the executable in the build directory you have just created.

Usage

$ ppm_viewer <filename.ppm>

License

The project is licensed under MIT (see LICENSE)