I want to copy very small parts (32x32 pixels) from one relatively big (5600x1848) B4XBitmap to another B4XBitmap.
The problem is that this is very slow in B4J. The DrawBitmap command to draw my newly generated 32x32 pixel images is super fast, but the bigBitmap.Crop(0,0,32,32) function to generate a small image, is super slow.
I could split the huge image file in parts, but I'm not sure if that will have an influence on the performance.
Who knows how to make this faster? I absolutely want to use XUI.
The problem is that this is very slow in B4J. The DrawBitmap command to draw my newly generated 32x32 pixel images is super fast, but the bigBitmap.Crop(0,0,32,32) function to generate a small image, is super slow.
I could split the huge image file in parts, but I'm not sure if that will have an influence on the performance.
Who knows how to make this faster? I absolutely want to use XUI.
Last edited: