Python script with a GUI that focuses on resizing Twitch.tv emotes.
- Creates a resized image at 50% and 25% of original width and height using the following filters:
- Nearest Neighbor
- Box
- Bilinear
- Hamming
- Bicubic
- Lanczos
- Optionally, packages the output into a zip file.
Check latest release.
required versions may be inaccurate
- Python 3.5.x
- Pillow 7.x
pip install pyinstaller
pyinstaller resize.spec
Doing this in a fresh venv might have the module finder not include more than required.