Hi Erel,
From what I read a lot in the documentation and realized all looking for an answer that I'm sure is very simple.
a routine that writes image to a file from ImageView.
I have no doubts that this can help many users
Please see if you can make this routine
From what I read a lot in the documentation and realized all looking for an answer that I'm sure is very simple.
a routine that writes image to a file from ImageView.
I have no doubts that this can help many users
Please see if you can make this routine
B4X:
....
SavePhoto (Photo.bitmap,"MyPhoto.png")
....
Sub SavePhoto (Pt As Bitmap,NewFile As String)
?
?
End Sub
Last edited by a moderator: