Skip to content

Commit 863cd8e

Browse files
Update Converting_RGB_to_GreyScale.py
1 parent fdbe839 commit 863cd8e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Converting_RGB_to_GreyScale.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# Opening RGB image as array, converting to GreyScale
1+
# File: Converting_RGB_to_GreyScale.py
2+
# Description: Opening RGB image as array, converting to GreyScale and saving result into new file
3+
# Environment: PyCharm and Anaconda environment
4+
#
5+
# MIT License
6+
# Copyright (c) 2018 Valentyn N Sichkar
7+
# github.com/sichkar-valentyn
8+
#
9+
# Reference to:
10+
# Valentyn N Sichkar. Image processing in Python // GitHub platform. DOI: 10.5281/zenodo.1343603
11+
12+
13+
14+
15+
# Opening RGB image as array, converting to GreyScale and saving result into new file
216

317
# Importing needed libraries
418
import numpy as np

0 commit comments

Comments
 (0)