Automatically improves quality of fonts and icons (PNG, JPG, ICO) using super-sampling + Lanczos downscaling.
Perfect for old game fonts, UI icons, logos with transparency.
- Sharpens edges
- Smooths anti-aliasing
- Removes blur and halo around letters
- Preserves transparency and original size
- Python 3.8+
- Pillow
git clone https://github.com/quinsaiz/image-improver.git
cd image-improverpython -m venv .venv
source .venv/bin/activatepip install -r requirements.txt-
Place your files (PNG, JPG, JPEG, ICO) in the same folder as the script.
-
Run:
python main.py
-
Enhanced files appear in the
outputfolder.