No description
Find a file
2025-06-07 20:53:20 +02:00
src init with content 2023-12-09 03:51:00 +01:00
.gitignore add .gitignore 2023-12-11 20:43:15 +01:00
CMakeLists.txt update 2023-12-21 23:24:05 +01:00
LICENSE init with content 2023-12-09 03:51:00 +01:00
README.md Update README.md 2025-06-07 20:53:20 +02:00

libbpic

PNG Visual Storage Format 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://git.thebread.dev/thebreadcompany/libbpic
cd libbpic
mkdir build && cd build
cmake .. && cmake --build .

installing

usage

use cases