mbonnin
11/14/2020, 10:39 AM1. bitmap = Bitmap.fromFile(file, options)
2. bitmap = BitmapFactory.decodeFile(file, options)
3. bitmap = file.toBitmap(options)
Is there any of the above you prefer and why?altavir
11/14/2020, 11:04 AMFile
namespace.mbonnin
11/14/2020, 11:45 AM