Image transfer to another machin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am programatically capturing image and then transfering it to another
machine.
but the size of image depends on the screen resolution. I want to keep the
size of image very small and still it should also maintaine it's clairity so
that it can be transfered faster.

Can anyone tell me the way to do this
 
You would need to zip the image with the zipping streams in .NET, unless you
can come up with a better algorythm for lossless compression of images.
 
Back
Top