Simple program to increase or decrease the size of an image. It also allows the modification of the gamma level in an image (gamma correction).
Usage:
Create a python virtual environment
python3 -m venv change-img-venv
Activate the virtual environment
windows: change-img-venv\Scripts\activate.bat
unix or mac: source change-img-venv/bin/activate
Install libraries through requirements.txt
pip install -r requirements.txt
Execute the program
python3 modify-img.py
Results: