little utility tool to hide pgm images inside other pgm images
First, install and build the project
git clone https://github.com/invertime/TP_28.git
cd TP_28
make
Then you can use it
./bin/cache [inputImage] [secretImage] [pathOfFinalImage]
or
./bin/revele [inputFile] [pathOfDiscoveredImage]
(located in ./utils
)
ConvertNG.py
: convert .png files to .pgm