libbpic/README.md
2023-12-09 03:51:00 +01:00

507 B

libbpic

PNG Visual Storage Fformat library to encode data to images and back.

disclaimer

This library is not considered to be safe for production and is not delivered under any kind of warranty! Use with caution and only for educational and research purposes!

building

Simply call:

git clone https://github.com/thebreadcompany/libbpic
cd libbpic
mkdir build && cd build
cmake .. && cmake --build .

You can find the library

installing

usage

use cases