Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.5 KB

Split-Pixel

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.

Requirements

  • GCC or Clang with c11 support
  • OpenMP
  • FreeImage.h

Build

$ git clone --recursive https://github.com/Igortorrente/Split-Pixel.git
$ cd Split-Pixel
$ mkidr build
$ cmake ..
$ make

Example

Original images

Sample 1 sample 2 Secret sample

After

Cover 1 Cover 2 Secret Image
out1 out2 out3

License

The source code of this project is licensed under the Apache-2.0 license.