How to reduce the size of image by ProCamBase64?

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.

1 Like