Timo Drick
11/09/2020, 12:37 AMImage.makeFromEncoded(compressedImage.byteArray).asImageAsset()
It looks like the memory allocation for the image is not freed automatically when i remove all references to the ImageAsset. What do i have to do to cleanup the memory when i do not need the image anymore?
In android i do have to call Bitmap.recycle but for Image i only found Image.reset which do not free the memory.romainguy
11/09/2020, 12:42 AMTimo Drick
11/09/2020, 12:55 AMjim
11/09/2020, 3:59 AMTimo Drick
11/10/2020, 11:36 PM