Encode data into, and decode data out of images.
This is the lib for other project to use.
encode: raw data -> bin64 encode -> binary data -> stored in image format
decode: image -> strip out encoded binary data -> convert back to bin64 -> decode bin64 -> raw data
zorro_cli command line interface to use this project.
zorro_wasm decode data from images in the browser.