C
Craig Hardcastle
hi,
What i'm doing is grabbing the image from a picturebox, which is
getting stored into a memory stream.
The problem with getting the bitmap data this way is i can only get
16bit and 24bit images. This would be fine but i then want to send
this data over the internet to a remote pc. Which is all do-able
except the size of the bitmap data is around 57k!!! which is far far
too big!
So wot i need to do is compress the data. However i've searched around
for the examples of how to do is and i'm not too optimistic that it
can be done!
The only other info you need to know is that i'm programming in VB.Net
CF
Thanks,
Craig.
What i'm doing is grabbing the image from a picturebox, which is
getting stored into a memory stream.
The problem with getting the bitmap data this way is i can only get
16bit and 24bit images. This would be fine but i then want to send
this data over the internet to a remote pc. Which is all do-able
except the size of the bitmap data is around 57k!!! which is far far
too big!
So wot i need to do is compress the data. However i've searched around
for the examples of how to do is and i'm not too optimistic that it
can be done!
The only other info you need to know is that i'm programming in VB.Net
CF
Thanks,
Craig.