Skip to content

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.

Notifications You must be signed in to change notification settings

peterwzhang/PGMBinaryEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages