Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whuppo/emote-resize
Python script with a GUI that focuses on resizing Twitch.tv emotes.
https://github.com/whuppo/emote-resize
Last synced: 3 months ago
JSON representation
Python script with a GUI that focuses on resizing Twitch.tv emotes.
- Host: GitHub
- URL: https://github.com/whuppo/emote-resize
- Owner: whuppo
- License: gpl-3.0
- Created: 2020-01-31T02:44:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T17:44:30.000Z (over 4 years ago)
- Last Synced: 2024-05-30T06:57:11.201Z (5 months ago)
- Language: Tcl
- Size: 160 KB
- Stars: 38
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emote-resize
Python script with a GUI that focuses on resizing Twitch.tv emotes.![Screenshot](https://imgur.com/k2OY1XC.png)
## Features
* 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.## Install
Check [latest release](https://github.com/whuppo/emote-resize/releases).## Requirements
*required versions may be inaccurate*
* Python 3.5.x
* Pillow 7.x## Building
`pip install pyinstaller``pyinstaller resize.spec`
Doing this in a fresh venv might have the module finder not include more than required.