a python script that turns a png into raw data, or the other way around!
Requirements:
-
Python 3
-
PIL (pillow) module
-
Tkinter (OPTIONAL: only needed for GUI)
USAGE:
app.py conv-data <Input File> <Output image name>
app.py conv-png <Input image file> <Output data/txt file>
app.py --gui Enables GUI