Releases: aagedik/logo-processor-tool
Releases · aagedik/logo-processor-tool
Logo Processing Tool v1.0.0
Logo Processing Tool v1.0.0
This tool allows you to resize logos and images for web design, social media, signage, printing, and digital use, and save them in different formats (PDF, PNG, JPG).
Features
- Resize images while preserving aspect ratio
- High-quality output (in PDF, PNG, JPG formats)
- Easy to use
- Open source
Usage
Command Line Usage
python process_logo_simple.py [input_image_path] [scale_factor]input_image_path: Path to the image file to be processed (if not specified, "input_logo.png" is used)scale_factor: Enlargement factor (if not specified, 4 is used)
GUI Usage
Run the logo_gui.py file for the graphical interface:
python logo_gui.pyRequirements
- Python 3.6+
- Pillow (PIL Fork)
- Tkinter (for GUI)
Installation
pip install pillowLicense
MIT
Contributors
- agedik
- aagedik