I have a couple of inquiries to share. I am currently in the process of uploading images to our website using an ASP.Net control. After the image is uploaded, I generate 3 smaller versions using GDI+. My main questions are as follows:
The original size of the image from the camera exceeds 2MB (JPEG). When I save it without any modifications, the file size reduces to around 800Kb. Is this reduction affecting the quality, or is there some unnecessary data added by the camera causing this decrease?
Uploading a 2MB image on a site tends to be slow. Is there a way to decrease the file size as mentioned in question 1 on the client's end before initiating the upload?
Thank you.