J James Dean Aug 30, 2004 #1 How do i create a 1bpp png if i have the 1bpp data stored in a byte array....
N Nicholas Paldino [.NET/C# MVP] Aug 30, 2004 #2 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.
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.