Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 507 Bytes

File metadata and controls

22 lines (20 loc) · 507 Bytes

Simple image viewer:

C-the-img (see the image) is a simple image viewer that only supports binary format .ppm files for now.

Repo structure:

C-the-img/
├── assets/
│   ├── abstarct.ppm
│   ├── android.ppm
│   └── Clang.ppm
├── bin/
│   └── main
├── README.md
├── Makefile
└── src/
    └── main.c

Building/Running:

  • make compile the program
  • make run run the example
  • make clean delete the program