Hi everyone
I have a problem when use this code
Why the color of the image changes to black and white ?
I have a problem when use this code
B4X:
'Convert without Dir / File as request #8
Dim bitmap1 As B4XBitmap = ImageView1.Bitmap
Dim base As String = Base64EncodeDecodeImage.Base64ImageToString2(bitmap1)
ImageView2.Bitmap = Base64EncodeDecodeImage.Base64StringToImage(base)
Why the color of the image changes to black and white ?
Last edited: