Wish [B4X] B4XImageView - add SaveBitmap

LucaMs

Expert
Licensed User
Longtime User
B4XImageView1.SaveBitmap(Dir As String, FileName As String, Quality As Int, Format As String)

Internal Sub:
    Dim Out As OutputStream
    Out = File.OpenOutput(Dir, FileName, False)
    mBitmap.WriteToStream(Out, Quality, Format)
    Out.Close
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…