Android Question image out quality

Douglas Farias

Expert
Licensed User
Longtime User
hi
why when i save a bitmap to file png it save with a very bad quality?

i m already using 100 to save but is very bad result =(
here is my code

B4X:
    Dim out2 As OutputStream
    fileName2 = "background.png"
    out2 = File.OpenOutput (FP, fileName2 ,  False)
    cvs2.Bitmap.WriteToStream(out2,  100, "PNG")
    out2.Close

anyone know about this?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…