The code I want to make is :
- Open a bitmap with a press on a button (done)
- Show rhe bitmap on the form (done)
- with a press on 'convert' button, change the pixels to grayscale of the opened bitmap,
and show the changed bitmap on the form.
- with a press on the 'save' button, save this new gray bitmap.
I'm stuck in step 3, convert bitmap to grayscale.