B4X:
Dim base64con As Base64Convert
base64con.Initialize
dim encodedImg as string = base64con.EncodeFromImage(File.DirRootExternal, myfile)
I need to reduce the image size to a maximum width of 200 pixels.
It would be desirable to achieve this without involving writing to disk, because this portion of code is in a loop that will resize and encode multiple images.