Captured image returns small size
问题 I am capturing the image from camera. The captured image's size shows too small when captured. But later if I check in gallery the captured image size shows in MB. I tried debugging the code, so while debugging I checked length of the file after image is captured the length shows 26956 bytes, and when I checked same image in gallery the size of the image is 1.3 MB. Why the image size shows reduced when captured? private void cameraIntent() { Intent intent = new Intent(MediaStore.ACTION_IMAGE