EnyMan / imgmanip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgmanip

Simple tool that's cuts stereoscopic img in half and "hides" additional files in it.

Usage

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

Requirements

  • Python 3+
  • Pillow

Notes

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.

Future To Do/Issues

  1. Need to redo Program help msg
  2. Right now GUI is different on Linux and on Windows (The windows looks correctly)
  3. Errors are not displayed in GUI
  4. Need to polish the GUI more

About

License:MIT License


Languages

Language:Python 100.0%