Save bmp from PictureBox as monochrome bmp file

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

Hi,

I have pictureBox control im drawing on, after finish drawing, i need to
save the the image from the PictureBox as Bmp file.

im using :

m_pbPictureBox.Image.Save(sTmpPictureFileName,
System.Drawing.Imaging.ImageFormat.Bmp)



The problem is, i need to save as MONOCHROME bmp. how can i do that ?



Thanking in advance.
 
Back
Top