Skip to content

Python script with a GUI that focuses on resizing Twitch.tv emotes.

License

Notifications You must be signed in to change notification settings

whuppo/emote-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emote-resize

Python script with a GUI that focuses on resizing Twitch.tv emotes.

Screenshot

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.

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.

About

Python script with a GUI that focuses on resizing Twitch.tv emotes.

Resources

License

Stars

Watchers

Forks

Packages