I am new to image processing.
I currently have an image buffer encoded in Mono8.
I am trying to display it using a wx.Bitmap. However, I only find documentation for RGB, RGBA or PNG.
- Is there any way to convert a Mono8 buffer to another format displayable by a wx.Bitmap()?
- Is there another widget able to display a Mono8 image buffer?