Skip to content

Releases: aagedik/logo-processor-tool

Logo Processing Tool v1.0.0

19 May 10:52

Choose a tag to compare

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.py

Requirements

  • Python 3.6+
  • Pillow (PIL Fork)
  • Tkinter (for GUI)

Installation

pip install pillow

License

MIT

Contributors

Contact

[aagedik@gmail.com]