Skip to content

Command line program to modify the width, height and gamma level in an image.

Notifications You must be signed in to change notification settings

brgltd/change-img-size-and-gamma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line program to modify the width, height and gamma level in an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages