Creating a 1bpp png

  • Thread starter Thread starter James Dean
  • Start date Start date
James,

I think I already answered this (in a later post), but I didn't answer
how you can save to a png. Basically, once you have the Bitmap instance,
you can call the Save method, passing the format you want to save it as (I
believe png is one of them).

Hope this helps.
 
Back
Top