Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh19y9 authored Dec 3, 2021
1 parent 2b24cb2 commit 3d0139e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
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 :
# Normal image :

brightness = 0
contrast = 0

High brightness and contrast :
# High brightness and contrast :

brightness = 127
contrast = 127
Expand Down

0 comments on commit 3d0139e

Please sign in to comment.