Utility for converting binary files into images and vice-versa. This application also supports steganographic encoding and decoding, enabling the embedding and extraction of binary data within image pixel data.
To convert an binary file into image:
mystique myapp.exe myimg.png bin2pngTo convert back the image to binary file:
mystique myimg.png myapp.exe png2bincmake -B_BUILD -DCMAKE_INSTALL_PREFIX=/path/to/install .
cmake --build _BUILDcmake --installcpackThis will generate the specified packages (e.g., .zip and .tgz) in the build directory.
Ensure that you have CMake, CPack, and OpenCV installed on your system to successfully build, install, and package the project.
