No, ProCamBase64 doesn't support resizing directly before Base64 encoding. You need to:
Either save the image first → resize → then encode. (Using taifun extn ) link
Or use a WebView trick to resize the Base64 string.
No, ProCamBase64 doesn't support resizing directly before Base64 encoding. You need to:
Either save the image first → resize → then encode. (Using taifun extn ) link
Or use a WebView trick to resize the Base64 string.