It is a desktop application tool in python. With the help of this tool we can convert a coloured image to a grayscale image. We can also adjust the brightness and the contrast of that image.
Methods used to convert an image to different shades of Grayscale are -
- Max method
- Min method
- Average method
- Weighted method or Luminosity method
- Brightness and Contrast
Screenshots of the Image Processing Tool
Choosing of an image for processing -
Original image which is to be converted in different grayscale shades -
Max Method -
Min Method -
Average Method -
Luminosity Method -