File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # Compress Image
1
+ # Image GrayScalling
2
2
3
3
## Description
4
- This snippet of code will convert any image to grayscale.
4
+ This snippet of code will convert any colourful image to grayscale.
5
5
6
6
## Requirements
7
7
@@ -10,13 +10,14 @@ This snippet of code will convert any image to grayscale.
10
10
## Steps To Execution
11
11
- Fork this repo and navigate to ShortenLinks folder
12
12
- (optional) Add images to same directory with this ` code.py ` file.
13
- - Modify the image name in ` code.py ` GrayScaled_YOURIMGNAME.jpg".
13
+ - Enter image name in input.
14
+ - Boom!! you will see a image will generate with name as GrayScaled_YOURIMGNAME.jpg".
14
15
15
16
## Output
16
17
17
18
18
19
| Before | After |
19
20
| :---:| :---------------------------------------------------------------------------------------------------------------------:|
20
- | ![ 1] ( https://user-images.githubusercontent.com/52918207/121647416-0151e380-cab4 -11eb-96d1-1dfd127789c6 .jpg ) | ![ 1_compressed ] ( https://user-images.githubusercontent.com/52918207/121647438-06af2e00-cab4 -11eb-9fa5-b84787163bb2 .jpg ) |
21
+ | ![ 1] ( https://user-images.githubusercontent.com/52918207/122648013-c6e7e680-d144 -11eb-8efd-4573d41b8418 .jpg ) | ![ 1_GrayScaled ] ( https://user-images.githubusercontent.com/52918207/122647910-39a49200-d144 -11eb-8507-767036959d1d .jpg ) |
21
22
| Colourful | GrayScaled |
22
23
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ When you Add a project Add it to the README for ease of finding it
61
61
62
62
* [ Compress Image] ( https://github.com/larymak/Python-project-Scripts/tree/main/Compress%20Image )
63
63
64
+ * [ Image Grayscalling] ( https://github.com/larymak/Python-project-Scripts/tree/main/Image%20Grayscalling )
65
+
64
66
_ more coming soon_
65
67
66
68
_ contributions are welcomed, fork the repo and do the magic_
You can’t perform that action at this time.
0 commit comments