Skip to content

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

License

Notifications You must be signed in to change notification settings

fborges22/MysticImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mystic Image

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

How to Use:

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

Build the Project:

mkdir build
cd build
cmake ..
make

Install the Application:

sudo make 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