Open surajde16 opened 8 years ago
I am using cordova-plugin-camera to save image locally. Am using quality as 50, but the memory of image still remains the same.
Please let me know if anything needs to be done to compress the image while using cordova-plugin-camera
@surajde16 quality will not reduce it much. In what format are you saving it ? base64 Jpeg ? have you tried any compression after that ? or even better if you could try saving it in bitmap.
I am using cordova-plugin-camera to save image locally. Am using quality as 50, but the memory of image still remains the same.
Please let me know if anything needs to be done to compress the image while using cordova-plugin-camera