Skip to content

Brightness and Contrast in image by calculating gamma values by addition and multiplication

Notifications You must be signed in to change notification settings

Vignesh19y9/Brightness-and-Contrast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d0139e · Dec 3, 2021

History

5 Commits
Jul 13, 2020
Dec 3, 2021
Jul 13, 2020
Jul 13, 2020

Repository files navigation

Brightness-and-Contrast

This repository is a straightforward Python implementation of Brightness and Contrast on an image. The 2 operations are done on the same image by calculating a gamma value. Change the respected value from 0 to 127 for increaseing the intensity and from 0 to -127 for decreaseing the intesty.

Normal image :

brightness = 0 contrast = 0

High brightness and contrast :

brightness = 127 contrast = 127

About

Brightness and Contrast in image by calculating gamma values by addition and multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages