Sending of Image over Socket Connection
I need to transfer an Image from one computer to another. For this I require to convert the image into BYTE format. I don't want to put that Image into a file and then retrieve it in byte format.
Please tell me a method by which one can convert the Image into Byte format WITHOUT saving it into a File.
It would be very useful if you do so.
Thank You