First Python app ever. Code is not clean, pre-release. Done following a discussion here.
Included ZIP allows to run without a Python install.
Functions:
Load: scans the targeted directory for all PNG files.
Save: saves the BMP according to current object placement.
Next image: loads the next image
Previous image: loads the previous image
You can drag to place the object and fine tune 1 pixel at the time with the keyboard arrows.
To run from the source code directly you need:
Python
numpy
tkinter
Pillow
Included ZIP allows to run without a Python install.
Functions:
Load: scans the targeted directory for all PNG files.
Save: saves the BMP according to current object placement.
Next image: loads the next image
Previous image: loads the previous image
You can drag to place the object and fine tune 1 pixel at the time with the keyboard arrows.
To run from the source code directly you need:
Python
numpy
tkinter
Pillow