C-the-img (see the image) is a simple image viewer that only supports binary format .ppm files for now.
C-the-img/
├── assets/
│ ├── abstarct.ppm
│ ├── android.ppm
│ └── Clang.ppm
├── bin/
│ └── main
├── README.md
├── Makefile
└── src/
└── main.cmakecompile the programmake runrun the examplemake cleandelete the program