An effective menu driven GUI made using Tkinter which takes in an image and returns a new image with the text data encoded in the pixels.
- Pillow: Used for reading/modifying image files.
- Use the following command to install the requirements.
pip install -r requirements.txt
Note: The program works only for
.png
files. Reason being image extensions like.jpeg
uses lossy compressions which means the image pixel data is not preserved.