Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HaeengIn/ImageTweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Tweaks

Introduction

Image Tweaks enables you to easily optimize, convert, resize images using CLI.
Image Tweaks runs on locally, not requiring an internet connection or cloud upload.

Installation

Image Tweaks requires Python 3.9 up to Python 3.13.9.
After installing Python, follow these steps to set up the environment.

  1. Clone the repository
    git clone https://github.com/HaeengIn/ImageTweaks
    cd ImageTweaks
  2. Create a virtual environment
    python -m venv <your_virtual_environment_name>
  3. Activate the virtual environment
    • Windows
      source <your_virtual_environment_name>/Scripts/activate
    • macOS/Linux
      source <your_virtual_environment_name>/bin/activate
  4. Install the required packages
    pip install -r requirements.txt
  5. Run the application
    python app.py

Change Log

Please check CHANGELOG.md for more information.

FAQ

Please check Image Tweaks Ofiicial Wiki for frequently asked questions.

Copyright

Copyright of the images in foler "sample_images" is retained by their respective owners.
For more information, please read COPYRIGHT.md.

License

Image Tweaks is protected under the CC BY-NC-SA 4.0 license.

Copyright © 2025 HaeengIn. All rights reserved.