Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 290 Bytes

Readme.md

File metadata and controls

7 lines (6 loc) · 290 Bytes

Implementation of the packeting algorithm as proposed to Dr. Sojka. Produces two binaries that will encode/decode png images. Relies on the lodepng library.

To build:

git clone --recursive https://github.com/Cubium/PacketingAlgorithm
cd PacketingAlgorithm
cmake .
make