Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 315 Bytes

File metadata and controls

8 lines (7 loc) · 315 Bytes

PGM Binary Encoder/Decoder

This program has five functions that will work together with the code in main.c to encode and decode binary messages from/into PGM images.

Usage

  1. Compile the program using: "gcc -Wall -std=c99 main.c image.c".
  2. Run your executable.
  3. Type "help" to see the interface commands.