Im generating 8x8 B4Xbitmaps with BitmapCreator.
and save it as jpg and a quality of 100
While this look very good on iOS (Right) , it look worse on Android (Left):
It looks like the quality parameter has not the same effect as in B4i
And no, i cant use PNG
and save it as jpg and a quality of 100
B4X:
Dim b As B4XBitmap = BitMapList.Get(0)
b.WriteToStream(File.OpenOutput(xui.DefaultFolder, name, False), 100, "JPEG")
While this look very good on iOS (Right) , it look worse on Android (Left):
It looks like the quality parameter has not the same effect as in B4i
And no, i cant use PNG