Bitmap files

  • Thread starter Thread starter Ole-Johan Ellingsen
  • Start date Start date
O

Ole-Johan Ellingsen

Hi.

I have a very custom image format that I have to save as a bitmap file. It
is a black/white image. Also, I need to load a bitmap file and convert it to
my custom format.
What would be the easiest way of implementing this in C#?

Thanks.
Ole-Johan Ellingsen
 
Hello

..NET framework has the System.Drawing namespace which has the classes you
need to create/open/manipulate image files.

Best regards
Sherif
 
Back
Top