Skip to content

Converts BGR image to Grayscale image and saves it in the user specified folder.

License

Notifications You must be signed in to change notification settings

a-k-r-a-k-r/BGR-to-GRAY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGR to GRAY Converter

Introduction

This project is about creating a Image converter with simple to use GUI. It converts the choosen image to gray scale image and save the image to required folder.

Getting started

In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.

pip install -r requirements.txt

After satisfying all the requirements for the project, Open the terminal in the project folder and run

python bgr_to_grayscale.py

or

python3 bgr_to_grayscale.py

depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.

Demo pic of BGR to GRAY Converter by akr

Now you are all set to explore the BGR to GRAY Converter. Happy Hacking!!!!!!

Reporting Bugs

Feel free to report any buys or issues at the below github profile. Check out my Github profile a-k-r-a-k-r Check out my Blogger profile Blog

About

Converts BGR image to Grayscale image and saves it in the user specified folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages