26 lines
486 B
Markdown
26 lines
486 B
Markdown
# libbpic
|
|
|
|
**P**NG **V**isual **S**torage **F**ormat 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:
|
|
|
|
```bash
|
|
git clone https://git.thebread.dev/thebreadcompany/libbpic
|
|
cd libbpic
|
|
mkdir build && cd build
|
|
cmake .. && cmake --build .
|
|
```
|
|
|
|
## installing
|
|
|
|
|
|
|
|
## usage
|
|
|
|
## use cases
|