Utility for converting binary files into images and vice-versa.
To convert an binary file into image:
mystic myapp.exe myimg.png bin2png
To convert back the image to binary file:
mystic myimg.png myapp.exe png2bin
mkdir build
cd build
cmake ..
make
sudo make install
cpack
This 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.