Skip to content

fborges22/MysticImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Mystic Image Utility

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.

How to Use:

To convert an binary file into image:

mystique myapp.exe myimg.png bin2png

To convert back the image to binary file:

mystique myimg.png myapp.exe png2bin

Build the Project:

cmake -B_BUILD -DCMAKE_INSTALL_PREFIX=/path/to/install .
cmake --build _BUILD

Install the Application:

cmake --install

Package the Application:

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.

About

Utility for converting binary files into images and vice-versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published