Q1/ write a C# program to do the following: a) In button1 Read an image using open file dialog and put it in imagebox1.
Posted: Fri May 20, 2022 11:26 am
Q1/ write a C# program to do the following: a) In button1 Read an image using open file dialog and put it in imagebox1. b) In button2 convert the image in imagebox2 to grey-scale image and draw the histogram to it. Use 64 bin. c) In button3 minimize the imagebox3 from centre using timer.