This tool allows you to easily resize images through a graphical user interface (GUI) or a command-line interface (CLI) on Windows, Linux, and Mac.
Download the scripts directly from our releases page.
- Resize images with ease.
- Supports various platforms.
- Simple and intuitive user interface.
- image-resizer_Windows.exe: This standalone executable file for Windows allows you to resize images with a simple double-click. Download the executable from the releases section.
- image-resizer_GUI-Linux.py: This Python script with a graphical user interface is compatible with Linux and Mac. Follow these instructions to run it:
-
Clone the repository:
git clone https://github.com/anonfaded/image-resizer.git
-
Install the required dependencies:
pip install opencv-python
-
Navigate to the project directory:
cd image-resizer
-
Run the script:
python3 image-resizer_GUI-Linux.py
-
image-resizer-CLI.py: This Python script with a command-line interface (CLI) is compatible with Linux, Mac, and Windows. Follow the same instructions as above, but to run the CLI version, use the following command:
python3 image-resizer-CLI.py