peterwzhang / PGMBinaryEncoder

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:C 100.0%