Skip to content

Files

Latest commit

c08dd9f · Jan 20, 2020

History

History
47 lines (34 loc) · 896 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 896 Bytes

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:

Original

Original