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
anyone know about this?
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?