c# - Sending a bitmap from an Android to a laptop -


a friend @ work has gone on holiday , left me app sends bitmap (as byte array using bitmap.compressformat) android device laptop running application has written in c sharp.

is there way i'm going able end picture sent, saved on laptop? or changing app him?

sorry, quick edit.

is there going conflict in between java , c sharp framework here? worry bitmap class in java differs off c sharp bitmap class.

i think bitmap in byte bitmap (but wrong, if java serialize it's bitmap class instead of image thing it's not true). however, if have byte array can start trying use c# constructor http://msdn.microsoft.com/it-it/library/z7ha67kw.aspx bitmap(stream), memory stream on byte array

hope helps bit


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -