Expand description
Braque - Scramble/Unscramble Images
Split image into tiles and scramble/unscramble them based on a seed.
Structs§
- Block
Size - An image block size (must be strictly positive).
Functions§
- scramble
- Restores an image splitted in
block_size
blocks and scrambled withseed
. - unscramble
- Splits an image into
block_size
blocks and scrambles it usingseed
.