Skip to content

Igortorrente/Split-Pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A program to hide a image inside two other images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published