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.
Image Tweaks requires Python 3.9 up to Python 3.13.9.
After installing Python, follow these steps to set up the environment.
- Clone the repository
git clone https://github.com/HaeengIn/ImageTweaks cd ImageTweaks - Create a virtual environment
python -m venv <your_virtual_environment_name>
- Activate the virtual environment
- Windows
source <your_virtual_environment_name>/Scripts/activate
- macOS/Linux
source <your_virtual_environment_name>/bin/activate
- Windows
- Install the required packages
pip install -r requirements.txt
- Run the application
python app.py
Please check CHANGELOG.md for more information.
Please check Image Tweaks Ofiicial Wiki for frequently asked questions.
Copyright of the images in foler "sample_images" is retained by their respective owners.
For more information, please read COPYRIGHT.md.
Image Tweaks is protected under the CC BY-NC-SA 4.0 license.
Copyright © 2025 HaeengIn. All rights reserved.