Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Problem 4 - Convert To Greyscale - this is optional!

This problem is optional. Solve it only if you can!

You can apply with the previous 3 tasks.

In a programming language of your choice, implement the following function/method:

convertToGreyscale(imgPath)

Given the path of a color image (.jpg, .png, .bmp) create a greyscale version of it and save it.

Examples

original

original

greyscale

greyscale

WARNING! You are not allowed to use any libraries, you have to write your own algorithm!