Simple tool that's cuts stereoscopic img in half and "hides" additional files in it.
imgmanip source file...
Creates new file source.secret.jpg
where source is the file that is cut in half
file... are files hidden in it
imgmanip source
Extracts data from source
imgmanip -g
Launches imgmanip in gui form
- Python 3+
- Pillow
Created cut image is saved in current working directory.
Extracted images are also created in current working directory.
While working from GUI the cut file is saved in the same directory as the original was and extracted files in the same directory as source the image was.
Upon extraction the source image is not deleted.
- Need to redo Program help msg
- Right now GUI is different on Linux and on Windows (The windows looks correctly)
- Errors are not displayed in GUI
- Need to polish the GUI more