I am capturing jpegs from my ip camera and I convert it to a byte array and then I invoke a web service and upload those bytes.
When I convert that byte array back to a jpeg and render it I notice that sometimes the image quality has deteriorated.
I have used the encoder quality on varying scales but still get some loss of quality.
Is there an alternative to a byte array that will ensure image quality?
I could post the code but it is generic and I want to focus on alternative ways to upload an image but with low as possible byte array size and as quickly as possible.