Saving png stream to bitmap in asp.net -



Saving png stream to bitmap in asp.net -

i have memory stream in png format , want save bitmap object can extract pixels. using .net 2.0 , cannot utilize higher version due restrictions. can please help me out ???

have looked @ system.drawing.bitmap object?

it has constructor of public bitmap(stream stream)

you can bitmap before calling save

asp.net bitmap

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -