Split Pixel is a program to hide a image (secret) inside of two others images (covers) and restore the original image without quality loss. Currently only png, bmp, tga and jpg (only for decrypt) are supported.
- GCC or Clang with c11 support
- OpenMP
- FreeImage.h
$ git clone --recursive https://github.com/Igortorrente/Split-Pixel.git
$ cd Split-Pixel
$ mkidr build
$ cmake ..
$ make
Sample 1 | sample 2 | Secret sample |
---|---|---|
Cover 1 | Cover 2 | Secret Image |
---|---|---|
The source code of this project is licensed under the Apache-2.0 license.