Hello,
i have a problem with LoadBitmapResize, it is recommended to use it, but i have this strange output:
Left is the icon with "LoadBitmap" and right it is load with "LoadBitmapResize"
The Icon is 100x100.
I use the width and height of the imageview.
Why is that so? In B4A this icon looks good with LoadBitmapResize, it is the same code.
In the attachment is a sample project to demonstrate it.
i have a problem with LoadBitmapResize, it is recommended to use it, but i have this strange output:
Left is the icon with "LoadBitmap" and right it is load with "LoadBitmapResize"
The Icon is 100x100.
I use the width and height of the imageview.
B4X:
ImageView1.Bitmap = LoadBitmapResize(File.DirAssets,"newest_filled.png",ImageView1.Width,ImageView1.Height,True)
Why is that so? In B4A this icon looks good with LoadBitmapResize, it is the same code.
In the attachment is a sample project to demonstrate it.