0

I would like to send an encrypted image over UDP, for that reason I would like to encrypt the image without compression using RC4. The reason I don't want compression is because I don't want the errors to multiply.
I am looking for a way to transform the image from BufferedImage to byte array without compression.

0 Answers0