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 -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -