An encoding schema using colour coding for the efficient storage of short and medium length data.
- Can encode binary but uses half as many units.
 - Can be printed onto paper and read back using provided encoder/decoder program (built on OpenCV).
 - 9000 Character capacity at print size A7 (image size 1200 x 800 px).
 
- CMYKify is the base application, including the encoder and decoder.
 - Viewfinder is a debugging tool for viewing generated textures.
 - CMYKread is the android app for efficient encoding and decoding (TO DO).
 
Image Encoding Process
Encoded Image
0.1.0
TODO:
-Complete support for ASCII (just punct left)
-Finish CMYK decoding; RGBK is done.
-Reader app

